> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/fulfillment/order.md).

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

{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://anymind-group.gitbook.io/anylogi/fulfillment/order.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
