Create voucher
create_voucherCreate a discount voucher for Shopee, Lazada, or TikTok marketplace. Set discount type, value, validity period, and usage limits to attract buyers.
Instructions
Create a shop or product voucher.
[SENSITIVE] This action changes live shop data and requires the seller's explicit confirmation before it executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| scope | No | shop | |
| end_at | Yes | ISO 8601 end time. | |
| currency | No | ||
| platform | No | Marketplace to target. Defaults to shopee. | |
| start_at | Yes | ISO 8601 start time. | |
| min_spend | No | ||
| product_ids | No | ||
| usage_limit | No | ||
| discount_cap | No | Max discount for percent vouchers. | |
| discount_type | Yes | ||
| discount_value | Yes | ||
| confirmation_token | No | Echo back the token from a prior 'confirmation required' response to approve and execute this action. Only needed when the client cannot prompt directly. |