A coupon set contains a bunch of coupon codes that can be redeemed by your customers when they are checking out. It belongs to an existing coupon and will usually be combined with other coupons that share similar promotion or discount offers. Using this resource, you can create, update, retrieve, delete coupon sets and add coupon codes to a coupon set.
{
"archived_count": 0,
"coupon_id": "beta",
"id": "cs_3RtyuIHol",
"name": "Launch Promotion",
"object": "coupon_set",
"redeemed_count": 0,
"total_count": 0
}Create a coupon set with a coupon code compatible to your product offers and promotional discounts
This API add coupon codes to an existing coupon set.
Use this API to get the list of all the coupon sets.
Use this API to retrieve a specific coupon set.
Use this API to update a specific coupon set by updating its name and the meta_data.
Use this endpoint to delete a specific coupon set
Use this API to delete all the unutilised coupon codes from a specific coupon set.