> 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/intro/inbound/bulk.md).

# 一括登録

{% hint style="warning" %}
出荷元情報がサプライヤーとして登録されていることが必要になります。

サプライヤーの追加方法は[こちら](/anylogi/fulfillment/supplier/add.md)からご確認ください。
{% endhint %}

### ① `入庫`ページにアクセスし、一括登録を選択

![](/files/Mm07Ypbpy8Db0cgrhXT5)

### ② `CSVファイルテンプレート`をダウンロード

![](/files/0ekd5OSXc6DXYspRlIKS)

### ③ CSVファイルを編集

{% hint style="danger" %}
下記項目は必須です。未記入だとcsvでの一括登録ができないので、ご確認をお願いいたします。

**出荷元名**：サプライヤーID（確認方法は[こちら](/anylogi/faq-2.md#sapuraiyidno-1)）

**入荷日**：YYYY-MM-DD

**SKU**

**入荷予定数**
{% endhint %}

{% hint style="danger" %}
**１行に対して１商品マスタ分の入庫登録をお願いいたします。**

複数SKUを指定すると、アップロードできませんので、ご了承ください。
{% endhint %}

{% hint style="info" %}
サプライヤーIDの記載方法は[こちら](/anylogi/faq-2.md#sapuraiyidno)をご参照ください。
{% endhint %}

　

### &#x20;④ ファイルを選択し、該当CSVファイルをアップロード


---

# 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/intro/inbound/bulk.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.
