> For the complete documentation index, see [llms.txt](https://api-portal.novapost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-portal.novapost.com/changelog-1/documentation/get-v.1.0-dictionary-customs-fees.md).

# GET v.1.0/dictionary/customs-fees/

### General Information <a href="#general-information" id="general-information"></a>

| **Method name**  | The method for obtaining settings for the possibility of paying customs duties by the sender and the maximum value of the parcel by country |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| **Direction**    | UA-EU                                                                                                                                       |
| **HTTP Method**  | GET                                                                                                                                         |
| **Route(s)**     | `.../v.1.0/dictionary/customs-fees/{code}`                                                                                                  |
| **Autorization** | `Authorization: Bearer jwt-token…`                                                                                                          |

### Description <a href="#description" id="description"></a>

The method allows users to obtain country-specific settings to determine whether a sender from Ukraine will be able to pay customs duties and the maximum allowable value of the parcel in case of sending a parcel abroad.

### Path parameters <a href="#path-parameters" id="path-parameters"></a>

| **Name** | **Type** | **Description**                                                                        |
| -------- | -------- | -------------------------------------------------------------------------------------- |
| code     | string   | <p>Alpha-code of country</p><p><strong>Example:</strong> PL - alpha-code of Poland</p> |

### Request and response parameters <a href="#request-and-response-parameters" id="request-and-response-parameters"></a>

Request .../v.1.0/dictionary/customs-fees/{code}Response .../v.1.0/dictionary/customs-fees/{code}

### Shema <a href="#shema" id="shema"></a>

| **Field**       | **Type** | **Description**                                                                                                                                                                                                 |
| --------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| customFeeActive | boolean  | <p>Indication of the possibility of payment of customs duties by the sender.</p><p>Possible values</p><p><strong>true</strong> - payment is possible</p><p><strong>false</strong> - payment is not possible</p> |
| declaredCost    | number   | The maximum amount of the parcel value in the currency of the recipient's country for which the sender can pay customs duties.                                                                                  |

### Acceptable HTTP status codes response <a href="#acceptable-http-status-codes-response" id="acceptable-http-status-codes-response"></a>

| **HTTP-code** | **Status**           | **Description**                                           |
| ------------- | -------------------- | --------------------------------------------------------- |
| 200           | OK                   | Request successful. The server has responded as required. |
| 422           | Unprocessable entity | ErrorMessage: "The selected country is invalid."          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://api-portal.novapost.com/changelog-1/documentation/get-v.1.0-dictionary-customs-fees.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.
