# 配送管理

各注文の配送状況を確認できます。

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

<table><thead><tr><th width="248">項目</th><th>説明</th></tr></thead><tbody><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>お客様</td><td>注文者名を表示</td></tr><tr><td>歯車アイコン</td><td>以下のアクションを実行<br>・表示<br>・配送表<br>・削除<br>・配送表を印刷（PDF）</td></tr><tr><td>ステータス</td><td>配送ステータス（処理済み /  梱包済み / 配送済み）を表示（変更可）</td></tr><tr><td><strong>検索</strong></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></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/delivery.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.
