> 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/song-huo-fu-wu/song-huo-fei-yong-de-ji-suan-fang-fa.md).

# 送貨費用的計算方法

🚚 送貨費用的計算方法說明

當顧客購買多樣商品，而這些商品的送貨費用各不相同時，可選擇以下其中一種計算方式作為最終運費依據：

#### 1️⃣ 各商品的送貨費用的總和

✅ **說明**：將每個商品的送貨費加總，作為訂單最終運費。\
📦 **舉例**：A商品運費 $20，B商品運費 $30，則最終運費 = $50。

***

#### 2️⃣ 使用送貨費中最貴的

✅ **說明**：選擇所有商品中 **單項運費最高者** 作為最終運費。\
📦 **舉例**：A商品運費 $20，B商品運費 $30，則最終運費 = $30。

***

#### 3️⃣ 使用送貨費中最便宜的

✅ **說明**：選擇所有商品中 **單項運費最低者** 作為最終運費。\
📦 **舉例**：A商品運費 $20，B商品運費 $30，則最終運費 = $20。

***

<figure><img src="/files/jJxyiCliCN1idTKx6e1x" alt=""><figcaption><p> 送貨費用的計算方法</p></figcaption></figure>

🔧 建議選擇根據你的物流成本與營運策略進行設定，若希望鼓勵多件購買可考慮採用「最便宜的」策略，若希望成本回收穩定可考慮「總和」或「最貴的」。


---

# 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/song-huo-fu-wu/song-huo-fei-yong-de-ji-suan-fang-fa.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.
