Returns details about the coupon currently applied to the user’s cart, including type and discount amount or percentage.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully retrieved coupon details.
The response is of type object
.
Returns details about the coupon currently applied to the user’s cart, including type and discount amount or percentage.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully retrieved coupon details.
The response is of type object
.