---
title: "Show Item Fees"
method: GET
path: "/items/{id}/fees"
tags: ["Items"]
---

# Show Item Fees

`GET /items/{id}/fees`

Show the **Fees** associated with the **Item** using a given `:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- Fees
  - `fees` Fee[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `fee_type_id` string
    - `amount` string
    - `cap` string
    - `min` string
    - `max` string
    - `to` string
    - `calculated_fee` integer — This field is only shown in case an item amount is passed
    - `links` object
      - `self` string
  - `meta` object
    - `limit` integer
    - `offset` integer
    - `total` integer
  - `links` object
    - `self` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
