---
title: "Get all cart fees"
method: GET
path: "/fees"
tags: ["fees"]
---

# Get all cart fees

`GET /fees`

Gets all fees applied to the cart.

## Response `200`

List of cart fees.

- CartFee[]
  - `name` string
  - `amount` number
  - `taxable` boolean
  - `tax_class` string
  - `total` number
  - `tax` number

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
