Promotions > Coupons
Coupons
A coupon, equipped with a unique code, enables customers to apply a specific promotion to their order. The applicability of the promotion, however, is determined by the predefined promotion rules.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| coupons | Get coupons | GET:coupons.json |
| couponsCreate | Create coupons | POST:coupons.json |
| couponsDelete | Delete coupons | DELETE:coupons.json |
| couponsGenerate | Generate coupons | POST:coupons/generate.json |
| couponsPage | Get coupons page | GET:coupons/page.json |
Types
| Types |
|---|
| Coupon |
| CouponBulk |
| CouponCreate |
| CouponPage |
| CouponsPageSortBy |