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

# 住所不備の対応方法

### 住所判定ロジック

#### ①郵便番号と住所が一致しない

![](/files/DocLEP6WY0Wvap0cPATZ)

郵便番号そのものが存在しない場合、郵便番号と住所が一致しない場合、住所が存在しない場合に表示されます。

#### ②丁目、番地が入力されていない

![](/files/P9XpYHJ6dqMezBxKkvIz)

郵便番号と住所は正しいが、丁目、番地が入力されていない場合に表示されます。

{% hint style="info" %}
丁目や番地として認識されるのは以下の要素です。

* 半角数字(1,2,3,4,5,6,7,8,9,0)
* 全角数字(１,２,３,４,５,６,７,８,９,０)
* 漢数字(一,二,三,四,五,六,七,八,九,〇,十)
  {% endhint %}

### 対応方法

#### 住所を修正する

\<AnyLogi内で手動で作成した注文情報の場合>

お届け先の「編集」を選択します。

![](/files/DwJ7vjRi9ONjG8uSRvLz)

住所を編集して保存します。

![](/files/NOMhi49X5vcr6VyteizQ)

<各マーケットプレイスから入った注文情報の場合>

各マーケットプレイスで注文情報を編集します。

編集内容はAnyLogiに反映され、住所に不備がなければバナーが消え出荷が再開します。

#### 住所確認を対応済みにして出荷を続ける

![](/files/pYUao6pMJm6MFjzLSoeR)

「対応済みにして出荷を続ける」を押下すると、バナーが消え出荷が再開します。


---

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