# Viewing product tariff codes

SKUs use [tariff codes](/digital-river-api/general-resources/glossary.md#tariff-code) to simplify identifying and categorizing products in a customer catalog. Tariff codes are numbers in an internationally recognized numerical system created by the World Customs Organization (WCO). This term is sometimes used interchangeably with Harmonized System (HS) codes. Digital River uses tariff codes to make identifying and categorizing traded products easier. The codes are the basis of a worldwide import and export classification system.

The codes exist for every item involved in global commerce. While it may not be necessary for all international shipments, a tariff code is required on official shipping documents for tax assessment purposes.

To view a SKU's tariff code:

1. Click **SKUs** in the left navigation. The SKUs page appears.
2. Use the [Search](/digital-river-api/administration/dashboard/catalog/skus/searching-for-skus.md) feature or scroll to find the SKU you want to view. Click the **SKU ID.** The SKU details page appears with the SKU information.
3. Scroll down to the bottom of the [SKU details page](/digital-river-api/administration/dashboard/catalog/skus/viewing-the-sku-details.md). Tariff codes associated with the SKU are displayed in the **Tariff code** subsection of the SKU details page.

   <figure><img src="/files/cG4KSYBIoxBxyeRZlC8R" alt=""><figcaption></figcaption></figure>


---

# 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/viewing-product-tariff-codes.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.
