# 入庫を管理

### ① `入庫`ページにアクセス

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

### ② 入庫情報を一覧で確認できます

![](/files/-MeSp76LP-a1lw-Yj2yg)

| 項目      | 説明                                                                        |
| ------- | ------------------------------------------------------------------------- |
| 入庫ID    | 入庫１つ１つに割り当てられる個別のID                                                       |
| 入庫ステータス | 入庫状況を表すステータス（詳しくは[こちら](/anylogi/fulfillment/inventory/inbound/status.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/inventory/inbound.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.
