POST
/
cart
/
removeCoupon

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
status
boolean

Indicates the operation was successful.

message
string

Confirmation message for the coupon removal.

percent
number

Always 0 if the coupon was removed.

type
string

Type of the discount applied (in this case, always 'coupon').