To redeem coupons,

1.Client Id and Client Secret to which the customer belongs should be provided in the Headers.
2.Customer Id, Coupon offer id, Coupon code, geography, channel, age, product id , value, and cart value should be provided. Geography, channel, age are non-mandatory.
3.Coupon offers should be available to that customer to redeem.

📘

Empty id

400 Bad request

📘

Empty coupon offer id

400 Bad request

🚧

Mismatch in coupon offer id and coupon code

{
"title": "errors",
"status_code": 1,
"status_message": "Invalid Coupon",
"records": []
}

🚧

If coupon is not applicable to user

{
"title": "errors",
"status_code": 1,
"status_message": "Invalid Coupon",
"records": []
}

Language
Click Try It! to start a request and see the response here!