Skip to main content
POST
Redeem coupons

Headers

Idempotency-Key
string

Identifier for request used to determine if it is a retry, or a new request

Path Parameters

customerId
string
required

Customer Id

Body

List of coupons redeem

storeId
string | null

Store where Coupons were redeemed

coupons
object[] | null

List of Coupons that were redeemed

basketValue
number<double> | null

Total basket value for the purchase. Used to show some live statistics

Response

OK

couponIds
string[] | null

Ids of Coupons that were successfully processed

Last modified on August 10, 2026