# Adding a fee to a SKU

To add a [fee](/digital-river-api/product-management/regulatory-fees.md) to a SKU:

1. Click **SKUs** in the left navigation. The SKUs page appears.
2. To add a fee to a SKU, [search](/digital-river-api/administration/dashboard/catalog/skus/searching-for-skus.md) or scroll to find the SKU you want to have a fee.
3. Click the order ID link under the **ID** column. The SKU details page appears.
4. Scroll down to **Fees** and click **Add fee**. The Create a fee page appears.
5. Choose one of the following options:
   * **Create new fee:** To create a new fee:
     1. Click **Create fee**.
     2. Select this option to create a new fee. Complete the fields, and click **Save**.\
        \
        ![](/files/KDjVLOqICe4PcfP5VGk7)
   * **Start from an existing fee:** Select this option to create a new fee from an existing fee.
     1. Click **Start from an existing fee**.\
        ![](/files/Qn48meJopeDjxEKkYCqP)
     2. Select the fee you want to use as the basis for the new fee. To search for a specific fee, click **Filter**, select the fee type, and click **Apply**.
     3. Scroll down to click **Select fee**.
     4. Select the fee type from the **Select one** drop-down. The options are Battery, Weee, Copyright, E\_Waste, and Packaging.
     5. Complete the fields and click **Add fee to SKU**.\
        \
        ![](/files/8i31vkzaEuva9C2FP50Q)\
        \
        The new few will appear under **Fees** on the SKU details page.

## Fee fields

When you [create a fee](/digital-river-api/product-management/regulatory-fees/managing-regulatory-fees.md), provide the following information on the Create a fee and Add Fee to SKU pages. The fields are defined below.

### Select one

Select the [type](/digital-river-api/product-management/regulatory-fees/managing-regulatory-fees.md#type) of fee from the drop-down. The options are Battery, Weee, Copyright, E\_Waste, and Packaging.

### Category

Provides the [category](/digital-river-api/product-management/regulatory-fees/managing-regulatory-fees.md#category) of the SKU as defined by regulatory law (for example, `3. IT and Telecommunication Equipment`).

### Value

Provides the product type as well as various product attributes (for example,`5" Class Q900 QLED Smart 8K UHD TV`).

### Amount

Provides the amount of the fee being charged in the configured currency.

### Currency

Provides the type of currency being used to pay the fee.

### Country

Provides the two-letter [Alpha-2 country code](https://www.iban.com/country-codes) as described in the [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) international standard..

### Additional fee information

Depending on the type of fee you have selected from the **Select one** drop-down (for example, Battery), you may be required to provide additional information in fields displayed below the Country field. See [Managing regulatory fees](/digital-river-api/product-management/regulatory-fees/managing-regulatory-fees.md) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/digital-river-api/administration/dashboard/catalog/skus/adding-a-fee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
