# 管理訂單資訊與出貨

{% hint style="info" %}
使用AnyLogi，你可以在訂單管理頁面上管理訂單和出貨。
{% endhint %}

### ① 點選 訂單

<div align="left"><img src="/files/-MeNHX9hK4ru8vOZhH2f" alt=""></div>

### ② 你可以在訂單中看到所有訂單列表與訂單狀態

![](/files/-MeNMnhYd8qW1DiuSoi5)

| 項目        | 説明                   |
| --------- | -------------------- |
| 訂單編號      | 分配給每個訂單的單一編號         |
| **出貨狀態**  | 表示訂單出貨的出貨狀態（更多訊息請點此） |
| **管道**    | 銷售通路                 |
| **購買人姓名** | 購買者姓名                |
| 個數        | 訂單中的商品數量             |
| **合計**    | 訂單中的總價               |
| 付款狀態      | 訂單的付款狀況（詳情請點這裡）      |
| **倉庫**    | 訂單將被送往的倉庫名稱          |
| 送貨服務商     | 訂單所使用的托運物流公司名稱       |
| 出貨日       | 出貨日期                 |
| **創建日**   | 創建訂單資訊的日期            |


---

# 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.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.
