Create a Coupon List
This API enables you to organize unique, single-use coupon codes within the system. It allows you to create and organize distinct lists for different coupon code categories.
Rate Limit
You can create 100 coupon lists per day.Authorizations
Uses Workspace ID as username and API Key as password.
Body
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.
Response
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.