Skip to main content

List all coupons

GET 

/products/{product_id}/coupons.json


Retrieve the coupon collection associated with your product.

Searching and filtering

You can use filtering to search for a particular coupon or a group of coupons. The available parameters are:

  • code - You can explicitly search coupon by the code.
  • search - You can search by coupon code or coupon ID.
  • prefix - You can filter by coupon code prefix.

If using search and filtering, then the is_enriched parameter is ignored.

Request

Responses

Provides a collection of coupons associated with the product. All coupons are listed under the coupons key.