Coupons
Remove Coupon
Removes the coupon from the user’s cart and updates the cart items’ prices accordingly.
POST
/
cart
/
removeCoupon
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Removes the coupon from the user’s cart and updates the cart items’ prices accordingly.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.