GET
/
cart
/
coupons
[
  {
    "coupon": "<string>",
    "label": "<string>",
    "value": "<string>",
    "discount_type": "<string>",
    "totals": {
      "discount": "<string>",
      "discount_tax": "<string>"
    }
  }
]
This API requires CoCart Plus v2 or higher to use.

Authorizations

Authorization
string
header
required

Basic authentication with username and password (optional)

Response

200
application/json

Applied coupons retrieved successfully

The response is of type object[].