# 注文一覧

注文の一覧です。

<figure><img src="/files/MmZHfMK2sxdNRWpGbNuI" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="251">項目</th><th>説明</th></tr></thead><tbody><tr><td>「インポート」 ボタン</td><td>外部ファイルから注文データをインポート</td></tr><tr><td>「エクスポート」 ボタン</td><td>外部ファイルに注文データをエクスポート</td></tr><tr><td>ID</td><td>注文を識別するための一意の番号。クリックすると各注文の詳細ページに移動</td></tr><tr><td>ステータス</td><td>注文の現在の状態（例：支払い確認済み）</td></tr><tr><td>日時</td><td>注文が行われた日付と時刻</td></tr><tr><td>お客様</td><td>注文した顧客の名前</td></tr><tr><td>TEL</td><td>顧客の電話番号</td></tr><tr><td>取引手数料</td><td>注文に関連する取引手数料の金額</td></tr><tr><td>合計</td><td>注文の総額</td></tr><tr><td>注文合計金額</td><td>表示されている注文の合計金額</td></tr><tr><td>支払済合計金額</td><td>支払いが完了している注文の合計金額</td></tr><tr><td>保存された検索条件</td><td>以前に保存された検索フィルターのリスト</td></tr><tr><td>検索フィールド</td><td>注文を検索するための各種入力欄（お客様、Eメール、TEL、合計（円）など）</td></tr><tr><td>「検索」ボタン</td><td>入力された条件で検索を実行</td></tr><tr><td>「詳細検索」ボタン</td><td>より高度な検索オプションを表示</td></tr></tbody></table>


---

# 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://manual-admin.cs-cart.jp/mall-admin/orders/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.
