This API creates single-use coupon codes. You can use this API to create and organize distinct lists for different coupon code categories.
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
For more information on authentication and getting your credentials, refer here.
This field consists of the coupon list's unique name.
This field consists of the label name for the coupon list.
This field consists of the date the coupon list expires in yyyy-mm-dd format.
This field consists of the user name who requests to create the coupon list.
This field consists of the email address of the coupon list subscriber. The subscriber will receive all the alerts on the coupon list in the email provided in this field.
This object contains the details and types of alert conditions.
Success Indicates that the request is successful and the coupon list creation request is accepted.
This field consists of the unique name of the coupon list corresponding to a successful coupon list creation request.
This field consists of the label name for the coupon list corresponding to a successful coupon list creation request.
This field consists of the expiry date of the coupon list in yyyy-mm-dd format corresponding to a successful coupon list creation request.
This field consists of the user name who created the coupon list corresponding to a successful coupon list creation request.
This field consists of the email address of the coupon list subscriber corresponding to a successful coupon list creation request.
This field consists of the alert conditions and the statuses specified while creating the coupon list.
Once the coupon list creation request is accepted, the list status will show ACTIVE.
This field contains the unique ID corresponding to a successful coupon list creation request. This ID is used as a parameter for fetching, updating, or archiving coupon lists.