---
title: "Returns a list of fees"
method: GET
path: "/fees"
tags: ["Fees"]
---

# Returns a list of fees

`GET /fees`

Get all Fees.

## Query parameters

- `createdTime` object
- `updatedTime` object
- `endingBefore` string
- `startingAfter` string
- `limit` integer
- `type` string
- `skuId` string
- `category` string
- `country` string
- `ids` string[]

## Response `200`

200 OK

- object
  - `hasMore` boolean — Indicates whether or not there are more elements available after this set. If <code>false</code> this set represents the end of the list.
  - `data` Fee[]
    - `id` string — The unique identifier of the fee.
    - `createdTime` string, date-time — The time when the fee was created.
    - `type` 'battery' | 'weee' | 'copyright' | 'e_waste' | 'packaging' — The type of fee.
    - `skuId` string — The unique identifer of the stock keeping unit associated with the fee.
    - `category` string — The category of the fee as defined by regulatory law.
    - `value` string — The value of the product.
    - `amount` number, double — The fee amount.
    - `battery` Battery — A battery fee designed to make entities that produce and sell batteries responsible for collecting recycling fees.
      - `quantity` number — The number of batteries within the product.
      - `chemicalSystem` string — The chemical system of the battery.
      - `iecCode` string — An alphanumeric value that describes the electrical and physical attributes of a battery.
    - `complianceAgency` string — The unique identifier of the recycling agency associated with the product's jurisdiction.
    - `feeExemption` string — Indicates whether business to business sales are exempt from paying the fee.
    - `brandName` string — The product's brand name.
    - `weee` WEEE — Fees that represent waste electrical and electronic equipment.
      - `weeeRegistrationId` string — The unique identifier assigned to a reseller of record by a country where a fee is required and collected
    - `weightAndUnits` string — The weight of the unit, minus packaging or batteries, and the unit of measurement applied to the weight.
    - `rateAndUnits` string — The fee amount to be charged per product quantity.
    - `currency` string — A three-letter ISO 4217 currency code.
    - `country` string — A two-letter ISO 3166 country code.
    - `subdivisions` string[] — An array of ISO 3166-2 subdivision codes.
    - `liveMode` boolean — Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
    - `metadata` Metadata — Key-value pairs used to store additional data. Value can be string, boolean or integer types.
    - `updatedTime` string, date-time — Time when the fee was last updated.

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `403` — 403 Forbidden
- `405` — 405 Method Not Allowed
- `406` — 406 Not Acceptable
- `408` — 408 Request Timeout
- `429` — 429 Too Many Requests
- `500` — 500 Internal Server Error
- `502` — 502 Bad Gateway Error
- `503` — 503 Service Unavailable Error
- `504` — 504 Gateway Timeout Error

---

[API](https://skmtc.net/digitalriver/apis/digital-river-api-reference.md) · [All operations](https://skmtc.net/digitalriver/apis/digital-river-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/digital-river-api-reference/revisions/f21981db32be/schema)
