tiendanube_create_coupon
Create discount coupons for marketing campaigns and customer incentives. Supports percentage, fixed amount, or shipping discounts with usage limits, validity periods, and product restrictions.
Instructions
➕ CREATE NEW COUPON - Create promotional discount coupons for marketing campaigns and customer incentives. Use this for launching sales, customer retention, first-time buyer discounts, and seasonal promotions. Supports percentage or fixed amount discounts, usage limits, validity periods, minimum order values, and product/category restrictions. Powerful tool for driving sales and customer engagement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Unique coupon code (required) | |
| type | Yes | Discount type (required) | |
| value | Yes | Discount value (required) | |
| valid | No | Whether the coupon is valid/active | |
| max_uses | No | Maximum number of times the coupon can be used | |
| min_price | No | Minimum order value required to use the coupon | |
| start_date | No | Start date for coupon validity (ISO 8601) | |
| end_date | No | End date for coupon validity (ISO 8601) | |
| categories | No | Array of category IDs the coupon applies to | |
| products | No | Array of product IDs the coupon applies to |