Promotions
List coupons
Returns the paginated list of coupons for your store.
GET
string
required
Your store ID in Jelou Shop.
integer
default:"1"
Page number to return.
integer
default:"15"
Number of results per page (max. 100).
string
Filter by the coupon’s derived state. Values:
active, scheduled, expired, depleted, inactive.Coupon states
Thestate field is computed (not stored) from the status, validity window, and usage. Precedence: inactive → scheduled → expired → depleted → active.
Response fields
Each coupon indata contains the following fields:
To include the assigned branches in the response, request the
branches relation (for example ?include=branches). To sort or filter by more fields, use Search coupons.