---
title: "List all shipping fees"
method: GET
path: "/shippingfees/"
tags: ["Shipping fees"]
---

# List all shipping fees

`GET /shippingfees/`

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Response `200`

List all shipping fees

- ShippingFeeResponse[]
  - `Name` string
  - `Code` string
  - `Amount` string
  - `Currency` string
  - `ApplyTo` string
  - `Type` string

## Other responses

- `400` — Shipping feature not enabled.
- `401` — Authentication failure

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
