# 注文情報と出荷を管理する

{% hint style="info" %}
AnyLogiでは、受注と出荷の両方を**注文情報ページ**で管理することができます。
{% endhint %}

### ① `注文情報`ページにアクセス

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

### ② 注文情報の一覧をリストで確認できます

![](/files/-MeNMnhYd8qW1DiuSoi5)

| 項目          | 説明                                                                 |
| ----------- | ------------------------------------------------------------------ |
| **注文ID**    | 注文情報に対して割り振られる固有のID                                                |
| **出荷ステータス** | 注文情報の出荷状況を表すステータス（詳しくは[こちら](/anylogi/fulfillment/order/status.md)） |
| **チャンネル**   | 販売チャンネル                                                            |
| **購入者名**    | ご購入者さまの名前                                                          |
| **個数**      | 注文内の商品点数                                                           |
| **合計**      | 注文の合計値段                                                            |
| **入金ステータス** | 注文の入金ステータス（詳しくは[こちら](/anylogi/fulfillment/order/suttasu.md)）       |
| **倉庫**      | 注文が発送される出荷倉庫名                                                      |
| **配送サービス**  | 注文に使用される配送サービス名                                                    |
| **出荷日**     | 出荷された日にち                                                           |
| **作成日**     | 注文情報が作成された日にち                                                      |


---

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