> 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/status.md).

# 出荷ステータス

{% hint style="info" %}
**出荷ステータスは手動で編集・変更ができません。**

ECカート・ECモール・倉庫からの情報をもとに自動で反映されます。
{% endhint %}

### 概要

| 項目                                                                  | 説明                                                                        |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| <img src="/files/DcwJjmzgwvP7WtgWEi1J" alt="" data-size="original"> | 入金が確認されていない注文                                                             |
| ![](/files/3fPLT4Fcmchq0lNQ7hPq)                                    | 入金は確認されているが、在庫が無く、商品が割り当てられていない注文                                         |
| ![](/files/X497YHXyDFS8uq1LJPms)                                    | 何らかの理由で出荷が止まっている注文（確認待ちの対処法は[こちら](/anylogi/fulfillment/order/pending.md)） |
| ![](/files/D47nuPHjz4huRkGzjlfg)                                    | 入金が確認され、注文に対して正常に商品が割り当てられている状態                                           |
| ![](/files/kpa1UItHN2gNeKwWMAO1)                                    | 出荷作業（梱包、納品書や送り状の印刷）が始まっている注文                                              |
| ![](/files/ssg6CuVLOblroFeeM33y)                                    | 出荷が完了している注文                                                               |
| ![](/files/CIAHQN7P6t10E5lypETY)                                    | キャンセルされた注文                                                                |

## Shopify 出荷完了メール通知設定について

発送されましたらAnyLogi上のステータスは【出荷済み】となり、Shopifyの各注文情報に追跡番号が戻されます。\
Shopifyで配送メールを設定して頂ければ、その追跡番号と共に配送通知メールが発送されます。\
<https://help.shopify.com/ja/manual/orders/status-tracking/order-status-email>&#x20;


---

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