Skip to main content
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

The state field is computed (not stored) from the status, validity window, and usage. Precedence: inactive → scheduled → expired → depleted → active.

Response fields

Each coupon in data 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.
Coupon uses: get the detail of each redemption (customer, branch, cart) with GET https://gateway.jelou.ai/ecommerce/v2/coupons/{coupon_id}/uses. It supports the branch_id and client_id filters.