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

# 在庫状況の確認

{% hint style="danger" %}
在庫ページは、各商品マスタの在庫状況を表示しているページなので、商品マスタに対して編集・削除などの操作はできません。
{% endhint %}

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

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

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

{% hint style="info" %}
ページ上部のステータスバーでは**SKU毎の数値**を確認できます。

表内では**各SKUの商品毎の数値**を確認できます。
{% endhint %}

![](/files/-MeOvOl6LP0pca6zRl5f)

| 項目   | 説明                                 |
| ---- | ---------------------------------- |
| 商品名  | 商品マスタの名前                           |
| SKU  | 商品マスタ毎に割り当てられる固有ID                 |
| 概要   | 商品マスタの概要                           |
| 入荷待ち | 倉庫への入荷が予定されている商品マスタ                |
| 入庫待ち | 倉庫に到着はしているが、検品待ちの商品マスタ             |
| フリー  | 注文に対して割り当てをすることができる商品マスタ           |
| 出荷準備 | 注文に対しての割り当ては完了しており、出荷が完了していない商品マスタ |
| 引当待ち | 在庫がなく、注文に対して割り当てをすることができない商品マスタ    |
| 保留   | 何らかの理由（B品など）で引き当てができない商品マスタ        |
| 在庫無し | 倉庫に在庫がない商品マスタ                      |

{% hint style="warning" %}
保留在庫として計上された商品は**貴社へ返送**させていただくか、**倉庫にて廃棄**いたします。倉庫にて廃棄の場合には**別途廃棄料をご請求**いたします。

保留在庫として計上された商品の破損の代表例としては

箱潰れやシュリンクやぶれとなります。
{% 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/inventory/inventory.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.
