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

# 確認待ちの対処法

{% hint style="info" %}
注文情報がECサイトから取り込まれる際、倉庫側のシステムと連携されるまでは「確認待ち」のステータスで表示されます。

注文情報の作成日時から時間が経っていないものに関しては、倉庫システムとの連携待ちなので、下記対応は不要です。
{% endhint %}

確認待ちの注文は、何らかの原因で出荷作業が止まってしまっています。

下記を参考に適切に対処してください。

### 住所に誤りが無いか確認する

1. 郵便番号と入力された住所が一致しているか確認してください
   1. [日本郵便のデータ](https://www.post.japanpost.jp/zipcode/)と比較しています
   2. 漢数字、旧漢字入力になっているかご確認ください
2. 番地が抜けていないかご確認ください
3. 入力された住所がローマ字で入力されていないか確認してください
   1. 日本国内への発送の場合都道府県〜地名までは漢字、平仮名、カタカナのいずれかで入力されている必要があります

上記事象にも当てはまらず、そのまま入力された住所へ発送して欲しい時には対応済みにして出荷を続けるを押下してください。

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

{% hint style="info" %}
住所に誤りがあった場合、お客様に確認後、修正をお願いします。

（注文情報の編集は[こちら](/anylogi/fulfillment/order/edit.md)）
{% endhint %}

### Shopify上で登録された商品マスタ情報とAnyLogi上で登録された商品マスタ情報に差異が無いか確認する

{% hint style="info" %}
Shopify上とAnyLogi上で商品マスタの詳細情報は一致している必要があります。

特に、**SKU番号が一致していないと同一商品として見られません。**（詳細は[こちら](/anylogi/intro/sku.md)）
{% endhint %}

{% hint style="info" %}
AnyLogi上で登録されていないSKU番号を含む注文情報が流れてきた場合、受注情報は一度**確認待ち**のステータスで取り込まれ、下記添付画像のように**未登録の商品マスタが含まれている旨**が表示されます。

AnyLogiに未登録の商品マスタを正しく登録することで、通常通り注文情報を管理することができるようになります。

ShopifyでSKUの入力を忘れてしまった方は[こちら](/anylogi/faq-2.md#no-sku-error)
{% endhint %}

![](/files/HcNKZNULGZQ02DDsn5yk)

{% hint style="danger" %}
上記が全て網羅されても尚、確認待ちの場合は、管理画面上のチャットからお問い合わせください。
{% endhint %}


---

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