# Tariffs

### **Tariff Cost**

Tariff Cost helps you account for **country-specific import or tariff charges** based on the **order value**. These costs are applied as a percentage and included in your profit calculations.

#### **How it works**

* Tariff costs are set **per country**.
* A **minimum order value** determines when the tariff applies.
* If an order meets the minimum value, Bloom applies the configured **tariff percentage** as a cost.

#### **Setting up Tariff Cost**

1. Go to **Cost Settings → Tariff Cost**.
2. Click **Add Tariff Rate**, select the country, set the minimum order value and tariff rate, then **Save**.

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

#### **Example**

* Country: **United States**
* Minimum order value: **₹100,000**
* Tariff rate: **18%**
* Order value: **₹120,000**

**Tariff cost = 18% of 120,000 = ₹21,600**

#### **Notes**

* Tariff costs apply only when the order meets the minimum order value.
* Different tariff rates can be configured for different countries.
* Always recalculate after making changes for accurate reporting.


---

# 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.bloomanalytics.io/cost-setting/tariffs.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.
