> For the complete documentation index, see [llms.txt](https://help.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/huo-yun-guan-li.md).

# 貨運管理

### 🚚 貨運管理

本模組提供設定運費、配送方式、寄送地區與相關物流資訊。可依據商店規模與商品類型調整，提升顧客購物體驗。

***

#### 📦 1. 配送方式設定

* 支援多種配送方式，如：
  * 宅配
  * 超商取貨（7-11、全家等）
  * 自行取貨
* 可針對不同配送方式設定運費與限制條件（如商品重量、地區）

***

#### 🧭 2. 配送區域管理

* 設定可配送地區（支援依國家、省市區細分）
* 可針對特定地區設定額外運費或不支援配送
* 提供黑名單功能（排除某些區域）

***

#### 💰 3. 運費規則

* 可設定以下運費計算方式：
  * 固定運費（例如全館$60）
  * 滿額免運（如滿$1000免運）
  * 按重量／件數／距離計費
* 支援不同商品類型使用不同運費模板

***

#### 🕒 4. 配送時間與說明

* 顯示預估送達時間（如：3-5 個工作天）
* 提供配送備註欄位供買家留言
* 可加註配送服務條款與客服聯絡方式

***

#### 🔄 5. 物流整合（進階）

* 支援與物流平台串接（如黑貓、順豐、蝦皮物流等）
* 自動產生貨運單與查詢碼
* 可同步發貨狀態回商店系統或通知顧客

{% hint style="info" %}
建議與第三方物流串接，可節省人力並提升出貨效率。
{% endhint %}


---

# 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://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/huo-yun-guan-li.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.
