Skip to main content
GET
Get customer coupons

Path Parameters

customerId
string
required

Query Parameters

storeId
string

Optional. If not provided, returns coupons available in any store

includeOfferData
boolean
default:false

Should discount and other offer information be included

purchaseTime
string<date-time>

For offline scenarios, time when purchase was done. If not set, Now is used

idempotencyKey
string

For offline scenarios, idempotency key of the purchase used during redeem. If set, coupons that were redeemed with the key are still returned as active

Response

OK

availableCoupons
object[] | null
Last modified on August 10, 2026