# 數據總覽｜訂單資料

![](/files/-MfHdk6ftilWGQbm_v3S)

## 訂單查詢

> 訂單列表為所匯入的資料中，全部訂單資料，並可進行訂單查詢，但無法修改訂單資料。\
> 排序預設為 **訂單日期** 近到遠，若訂單日期為同日，再以 **訂單編號** 排序。

![](/files/-MWbbVtnwhzt2oRjszZV)

## 訂單關鍵字查詢

輸入訂單編號，找出對應的訂單資料。

> 若需一次查詢多組訂單編號，以半形逗號「 , 」區隔每組訂單標號後進行查詢。

![](/files/-MWbbnwDxnV0wjuY1Nk7)

```
舉例：輸入 005,004，即會顯示訂單編號包含 005 以及 004 的訂單。
```

## 訂單狀態篩選

點選訂單狀態，直接找尋符合該狀態的訂單有哪些。

![](/files/-MWbcVR5qUFkMIR48YZI)

```
舉例：點選訂單狀態「訂單取消/作廢」，立即篩選出目前訂單狀態為取消/作廢的訂單。
```

## 訂單來源篩選

透過訂單來源，直接找到該來源的訂單列表。

![](/files/-MWbct6JiRRPoSmEL1If)

```
舉例：點選訂單來源「舊官網」，立即篩選出來源為舊官網的訂單。
```

## 查看開店平台/電商平台訂單狀態對照表

若需查看各資料來源之訂單狀態與 ORDERLY 系統內顯示訂單狀態用字差別，點選「訂單狀態」。

![](/files/jTmkcnCjUUmaBns6FiZo)

進入各平台的狀態配對表頁面。

![](/files/lFpzhNt1RCEf4VhzVNUp)

此頁面將顯示各平台訂單狀態與 ORDERLY 系統的配對表，可以看到各平台的資料來源名稱、原始狀態名稱，以及 ORDERLY 系統中對應狀態名稱。

例如：

* BOOKS 博客來 資料來源若訂單狀態顯示 \[CONFIRMED]，則在 ORDERLY 為 \[訂單完成] 狀態
* PChome 線上購物 資料來源若訂單狀態顯示 \[確認]，則在 ORDERLY 為 \[訂單完成] 狀態
* SHOPLINE 資料來源若訂單狀態顯示 \[已完成]，則在 ORDERLY 為 \[訂單完成] 狀態


---

# 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://docs.ezorderly.com/guide/order-list.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.
