tiendanube_update_coupon
Modify existing discount coupon settings including discount value, validity period, usage limits, and restrictions to adjust promotional campaigns and optimize marketing strategies.
Instructions
✏️ UPDATE COUPON - Modify existing discount coupon settings including discount value, validity period, usage limits, and restrictions. Use this for adjusting promotional campaigns, extending coupon validity, changing discount amounts, updating usage limits, and managing coupon lifecycle. Essential for dynamic marketing strategies and campaign optimization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coupon_id | Yes | The unique ID of the coupon to update | |
| code | No | Unique coupon code | |
| type | No | Discount type | |
| value | No | Discount value | |
| 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 |