GET
/
fees
Get all cart fees
curl --request GET \
  --url {protocol}://{host}/wp-json/cocart/v1/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.

The response is of type object[].