update_coupon
Update a coupon's code, amount, restrictions, or expiry. Modify only the fields you want to change, keeping other settings intact.
Instructions
Update a coupon's code, amount, restrictions, or expiry. Only include fields you want to change. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Coupon ID | |
| code | No | Coupon code | |
| amount | No | Discount amount | |
| fields | No | Comma-separated fields to return in response | |
| product_ids | No | Product IDs this coupon applies to | |
| usage_limit | No | Total usage limit | |
| date_expires | No | Expiry date (ISO 8601) | |
| discount_type | No | Discount type | |
| free_shipping | No | Grants free shipping | |
| individual_use | No | Cannot be combined with other coupons | |
| maximum_amount | No | Maximum order amount | |
| minimum_amount | No | Minimum order amount | |
| excluded_product_ids | No | Product IDs excluded from this coupon | |
| usage_limit_per_user | No | Usage limit per user |