create_coupon
Create discount coupons for your store by specifying code, type, and value. Supports percent-off, fixed-amount, and free-shipping coupons with optional limits and expiration.
Instructions
Create a coupon. value = 1-100 for percent_off, integer cents for fixed_amount, ignored for free_shipping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Auto-uppercased | |
| type | Yes | ||
| value | Yes | ||
| maxUses | No | ||
| expiresAt | No | ISO timestamp | |
| min_order_cents | No |