List Coupons
List all the coupons created on the current shop
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The name of the store to perform actions on via the API
If pagination is desired, the page to fetch of the response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the store to perform actions on via the API
Query Parameters
If pagination is desired, the page to fetch of the response
Response
Internal ID of the resource
Unique ID of the resource, used as reference across the API
The shop ID to which this coupon belongs
Coupon type, whether it's for a product or subscription. SUBSCRIPTION coupons are only for Sellix-own subscriptions, this field will always return PRODUCT
PRODUCT
, SUBSCRIPTION
CLASSIC
Coupon code to be used during the checkout phase
The stripe ID for the promotion
The stripe ID for the coupon
If LIMITED, an array of products must be specified as this coupon will be used only with them
LIMITED
, ANY
Discount value for this coupon
Currency of the coupon discount value
How many times this coupon has been used
Whether or not this coupon is valid if a volume discount is applied
Whether or not this coupon should be applied for each product SUBSCRIPTION renewal
Maximum usage for this coupon
The smart contract address for the coupon
The token ID for the coupon
The blockchain of the crypto currency
ERC20
, BEP20
, TRC20
, MATIC
, SOL
The datetime object corresponding to the expiration time of the coupon
Timestamp for the creation of the coupon
Date, available if the category has been edited
User ID of the user who updated the coupon
How many products are present in the products_bound array
Was this page helpful?