Coupon
Main Entity
The API's main object
- Coupon Object
The Coupon object represents all information available for a coupon including its basic definition and runtime information.
Endpoints
The endpoints exposed by this API
- POST
Creates a new coupon.
- GET
Retrieves a coupon by ID.
- PATCH
Updates a coupon (coupon type can't be changed).
- POST
Retrieves a list of coupons with pagination and filters. A maximum of 100 coupons will be returned per request.
- DELETE
Deletes a coupon by ID.
Webhooks
- Coupon Created Webhook
Triggered when a coupon is created.
- Coupon Updated Webhook
Triggered when a coupon specification is updated.
- Coupon Deleted Webhook
Triggered when a coupon is deleted.
Triggered when a coupon is applied.