Find all coupons
Returns all coupons
Headers
Response
successful operation
A label for the coupon - this is seen by your customers
The type of discount the coupon gives
Either: 'fixed_amount' or 'percentage'
The integer decimal amount, or percentage that the coupon will deduct.
For discount_type=percentage, 10 would mean 10%
For discount_type=fixed_amount, 10 would mean $0.10 or £0.10 etc
Set to true if you want the coupon to apply to all new customers automatically
The ISO8601 timestamp when the coupon expires. If not set, the coupon will never expire
The ISO8601 timestamp when the coupon was created
Is set as true if the coupon has been used up, and cannot be used anymore
Is set as true if the coupon has expired
The status of the coupon: active, deleted, expired, fully used
The duration of the coupon: once, forever
If forever, the coupon can be used over and over by the same customer
If once, the coupon can only be used once by the same customer
The total number of times the coupon can be used
The number of times the coupon has been used