Skip to main content
GET
/
fees
[
  {
    "name": "<string>",
    "amount": 123,
    "taxable": true,
    "tax_class": "<string>",
    "total": 123,
    "tax": 123
  }
]
This endpoint is available in CoCart Plus.

Response

200 - application/json

List of cart fees.

name
string
amount
number
taxable
boolean
tax_class
string
total
number
tax
number
I