# Import Duties

### The Duties Object

This section describes the different attributes available for a duty.

| Attribute      |           | Description                                                          |
| -------------- | --------- | -------------------------------------------------------------------- |
| amount         | *number*  | Total cost of duty estimate.                                         |
| applied        | *boolean* | Indicates whether duties have been applied on a shipment.            |
| breakdown      | *object*  | Detailed breakdown of cost elements that make up the estimated duty. |
| currency       | *enum*    | Currency of duty amount.                                             |
| date\_applied  | *string*  | Datetime when duty was applied to a shipment.                        |
| duty\_fee\_id  | *string*  | Unique reference for duty.                                           |
| exchange\_rate | *object*  | Breakdown of exchange rate for duty estimate.                        |
| metadata       | *object*  | Provides additional information for a rate.                          |
| shipment       | *string*  | Unique identifier for shipment.                                      |
| user           | *string*  | Unique identifier for user.                                          |


---

# 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.terminal.africa/tship/import-duties.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.
