Get member coupons
Returns coupons with specified types or all types if no type filters are specified.
Returns all member’s coupons with specified types that are not expired, have been assigned, and have not been picked up in the store. For preferredStore coupons, preferredStore query parameter is required; without it, no preferredStore coupons will be returned.
If queryRedeemed is set to true, Promotion will also return coupons that were already picked up at the store, but have not expired yet.
If preferredStore parameter is set member will see preferredStore coupons available in the selected store. If preferredStore parameter is provided, then selected storeId and chainId have to be empty, and vice versa.
One accepted edge case for preferredStore offers: If member already activated preferredStore coupon, and changed his store after this, coupon will no longer be displayed in app, but member will still be able to pick up this coupon in store.
Authorizations
Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Headers
The id of the member.
Query Parameters
The specific types of coupons to return.
Specifies if the redeemed coupons are included.
The preferred store of the member.
The selected store to retrieve related available coupons.
The selected chain to retrieve related available coupons.
Specifies if preview coupons should be returned.
Specifies if coupons with Bonus rewars are included.