# 如何決定出貨方式

### ① 訂單內商品尺寸係數總和大於等於101時

{% hint style="info" %}
商店默認出貨方式會被帶入
{% endhint %}

### ② 訂單內商品尺寸係數總和小於100，商品預設出貨方式不同或留空時

{% hint style="info" %}
商店默認出貨方式會被帶入
{% endhint %}

### ③ 訂單內商品尺寸係數總和小於100，但商品默認出貨方式不支援貨到付款時

{% hint style="info" %}
商店默認出貨方式會被帶入
{% endhint %}

### ④ 訂單內商品尺寸係數總和小於100，但商品默認出貨方式與期待出貨日不符合時

{% hint style="info" %}
商店默認出貨方式會被帶入
{% endhint %}

### ⑤ 訂單內商品尺寸係數總和小於100，但商品默認出貨方式不符合所需的到貨時間時

{% hint style="info" %}
商店默認出貨方式會被帶入
{% endhint %}

### ⑥ 訂單內商品尺寸係數總和小於100，且商品默認的出貨方式與其相符時

{% hint style="success" %}
商品默認的出貨方式會被帶入
{% endhint %}


---

# 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://anymind-group.gitbook.io/anylogi/zh_tw/fulfillment/order/no.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.
