# Shipping Settings

**Shop supports three shipping modes:**

1. **Free Shipping**\
   No shipping fee is charged.
2. **Flat‑Rate Shipping**\
   You set a fixed shipping fee. Every order is charged this same amount.
3. **Free Shipping over X**\
   When an order’s paid amount is **≥ {your threshold}**, no shipping fee is charged.

### STEP 1. Create a Shipping‑Fee Template

Before you go live, you must create at least one shipping‑fee template in Shop to avoid taking losses from uncharged shipping.

**Path:** Shop → Shop → Shipping

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

Click **Add**

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

**Select Market**

* **Global:** applies the same shipping rules to all countries you sell to.
* **Specific Regions:** applies the same shipping rules only to the regions you check.

### STEP 2. Choose Your Shipping‑Fee Calculation Method

Within your selected market(s), choose one of these three options:

* **Free Shipping**\
  Customers in the selected market pay no shipping fee.
* **Flat‑Rate Shipping**\
  You enter a fixed fee. Every order placed in the selected market pays that fee.
* **Flat‑Rate + Free‑Over Threshold**
  * If **order total < {threshold}**, charge the flat rate.
  * If **order total ≥ {threshold}**, ship for free.

{% hint style="info" %}
Make sure your template covers *all* your target markets. If you forget a country, its shipping fee will default to 0, and you could lose revenue.
{% endhint %}

Shop displays a warning like this，when some issues show the tips below

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

> ***issue***
>
> *“You have not configured shipping rules for these countries: {United States, South Africa, Taiwan}.”*

Follow the instructions above to **Add Shipping Rules** for each country listed in the warning.

### 3. Configuration Examples

Below are some common shipping‑fee scenarios and sample settings to help you get started:

<table><thead><tr><th width="237.78125">Scenarios</th><th>Sample Settings</th></tr></thead><tbody><tr><td>Sell to the global market, with free shipping across all regions.</td><td><img src="/files/4fu7t5ST2tgT08iPwH3A" alt=""></td></tr><tr><td>Sell to the global market, with a flat shipping fee of $9.90.</td><td><img src="/files/BtaNqVxdXI3LspQ2O0ac" alt=""></td></tr><tr><td>Sell to the global market; - - free shipping on orders of $159 or more, otherwise $9.90.</td><td><img src="/files/luzXpRONS06bfk4f5fLD" alt=""></td></tr><tr><td><p></p><p>Sell to multiple countries, including the United States and China:</p><ul><li>Shipping addresses in the United States: $20 shipping fee</li><li>Sales to China: $10 shipping fee</li><li>Shipping to all other countries: $9.90 shipping fee</li></ul></td><td>1、美国配置<br><img src="/files/ChgSMDWUcaFC0dPod5y2" alt=""><br>2、中国<br><img src="/files/x923ToBh5KJonNXXJJ7F" alt=""><br><br>3、其他国家<br><img src="/files/PjEjtcu10qZ586H7dkqU" alt=""></td></tr></tbody></table>

Once you’ve finished setting up your shipping template, you can proceed to ：

* [**Learn How to Add Products**](/help-center/shop/products.md)


---

# 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://helpdocs.ycloud.com/help-center/shop/shipping.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.
