Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
24x-fabric-channel-id identifies the sales channel where the API request is being made; primarily for multichannel use cases. The channel ids are 12 corresponding to US and 13 corresponding to Canada. The default channel id is 12. This field is required.
"12"
A unique request ID.
"263e731c-45c8-11ed-b878-0242ac120002"
Query Parameters
The maximum number of records per page.
1 <= x <= 100Specifies the record from which the search will start, effectively skipping all records before this point.
1000"H796HJHGANLSADS"
Filter coupon codes by user ID
"user0001"
Filter coupon codes by promotion ID generated using the create promotion endpoint.
"641cf986ca5b2c3180787e09"
Filter coupon codes generated using the generate coupon codes endpoint.
"SUMMER"
Filter coupon codes by their status
ACTIVE, INACTIVE, REDEEMED Filter coupon codes based on the start date of the coupon, in UTC format. startFrom and StartTo represent date range for the start date of the coupon code. For example, you can find coupon codes where start date is from '2023-03-01T01:14:50.967Z' to '2023-03-10T01:14:50.967Z'
"2023-03-24T01:14:50.967Z"
Filter coupon codes based on the start date of the coupon, in UTC format. startFrom and StartTo represent date range for the start date of the coupon code. For example, you can find coupon codes where start date is from '2023-03-01T01:14:50.967Z' to '2023-03-10T01:14:50.967Z'
"2023-03-24T01:14:50.967Z"
Filter coupon codes based on the end date of the coupon, in UTC format. endFrom and endTo represent date range for the end date of the coupon code. For example, you can find coupon codes where end date is from '2023-04-01T01:14:50.967Z' to '2023-04-10T01:14:50.967Z'
"2023-04-24T01:14:50.967Z"
Filter coupon codes based on the end date of coupon, in UTC format. endFrom and endTo represent date range for the end date of the coupon code. For example, you can find coupon codes where end date is from '2023-04-01T01:14:50.967Z' to '2023-04-10T01:14:50.967Z'
"2023-03-24T01:14:50.967Z"
Filter coupon codes by additional attributes. <br> This filter needs to be a valid JSON array and name:values pairs to be able to make the search.
"[{\"name\":\"brand\",\"values\":\"123\"}]"
Filter coupon codes by supplementary attributes of a promotion.<br> This filter needs to be a valid JSON array and name:values pairs to be able to make the search.
"[{\"name\":\"type\",\"values\":\"Holiday\"}]"
Filter coupon codes by promotion title
"Summer promotion"
