Cart Endpoints
Apply Coupon & Giftcard
Validates and applies a coupon or gift card to the user’s cart if eligible. Provides appropriate messages based on the coupon or gift card status.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Successfully applied the coupon or gift card.
The response is of type object
.