Gets the coupons in the store.
Requires the stores.coupons.view permission.
| Field | Type | Description |
|---|---|---|
usesFrom | integer | Filter by minimum number of times coupon has been used |
usesTo | integer | Filter by maximum number of times coupon has been used |
maximumUsesFrom | integer | Filter by minimum maximum uses allowed |
maximumUsesTo | integer | Filter by maximum maximum uses allowed |
percentageFrom | decimal | Filter by minimum percentage discount |
percentageTo | decimal | Filter by maximum percentage discount |
amountFrom | decimal | Filter by minimum amount discount |
amountTo | decimal | Filter by maximum amount discount |
isEnabled | boolean | Filter by whether coupon is enabled |
Your API key goes here
The ID of the store to get the coupons in
Gets or sets the lower limit for the number of times a coupon has been used.
Gets or sets the upper limit for the number of times a coupon has been used.
Gets or sets the lower limit for the maximum number of uses allowed for a coupon.
Gets or sets the upper limit for the maximum number of uses allowed for a coupon.
Gets or sets the minimum percentage decrease to filter by.
Gets or sets the upper limit for the percentage decrease applied to the coupon.
Gets or sets the lower limit for the amount-based discount filtering.
Gets or sets the upper limit for the amount-based discount filter.
Gets or sets a value indicating whether the coupon is enabled.
1 <= x <= 21474836471 <= x <= 2147483647The object was successfully returned.
Represents a paginated response returned from API endpoints, which contains the paginated data and metadata about the pagination.