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

# 一括登録

{% hint style="danger" %}
1回のアップロードで登録できるのは1000注文情報までです。

1000注文情報を超えると登録できません。
{% endhint %}

### ① `注文情報`ページにアクセスし、一括登録を選択

![](/files/LvbdgzU7agETUGweeWYj)

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

![](/files/FhGmbvCHqBwis2TO2C9k)

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

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

**支払方法：**[こちら](/anylogi/faq-2.md#risuto)の支払方法リストと**完全一致**している必要性があります。

**お届け先　名**

**お届け先　姓**

**お届け先　国/地域：**[こちら](/anylogi/faq-2.md#kdorisuto)の国/地域コードリストと**完全一致**している必要性があります。

**お届け先　郵便番号：**&#x31;23-4567のフォーマットで入力してください。

**お届け先　都道府県：**[こちら](/anylogi/faq-2.md#risuto-2)の都道府県リストと**完全一致**している必要性があります。

**お届け先　市区町村**

**お届け先　町名、丁目、番地**

**お届け先　電話番号：**&#x30;1234567891のフォーマットで入力してください。

**お届け先　メールアドレス**

**請求先　名**

**請求先　姓**

**請求先　国/地域：**[こちら](/anylogi/faq-2.md#kdorisuto)の国/地域コードリストと**完全一致**している必要性があります。

**請求先　郵便番号：**&#x31;23-4567のフォーマットで入力してください。

**請求先　都道府県：**[こちら](/anylogi/faq-2.md#risuto-2)の都道府県リストと**完全一致**している必要性があります。

**請求先　市区町村**

**請求先　町名、丁目、番地**

**請求先　電話番号：**&#x30;1234567891のフォーマットで入力してください。

**請求先　メールアドレス**

**購入者備考　任意入力欄**となります（使用しない場合は空欄）

**SKU番号（バーコード情報）：**&#x8907;数登録の場合は、**カンマで区切って**ください。（例：test0001,test0002,test0003）

**個数：**&#x8907;数登録の場合は、**カンマで区切って**ください。（例：10,20,30）
{% endhint %}

{% hint style="danger" %}
複数商品を単一注文情報内に登録する際、すべての情報に整合性が取れていないと、CSVでの一括登録ができません。

例）test0001：1個、test0002：2個、test0003：3個登録したい場合

・SKU番号（バーコード情報）：test0001,test0002,test0003

・個数：1,2,3

上記のように１つのSKU番号に対して、正しく個数が登録されていることを確認してください。
{% endhint %}

{% hint style="info" %}
**配送サービス：**&#x7A7A;欄にすると、ストアで設定しているデフォルトの配送方法として注文情報に反映します。入力する場合は、[こちら](/anylogi/faq-2.md#sbisukdorisuto)の配送サービスコードリストと**完全一致**している必要性があります。
{% endhint %}

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

{% hint style="info" %}
アップロードでエラーが出る場合は？

CSVファイルの直接編集ですと0落ちしてしまう事象が多数発生しておりますので、

スプレッドシートでの編集を推奨しております。

◆チェックポイント1

注文情報の中で編集時に0落ちする可能性があるもの（電話番号、郵便番号、SKU等）は

表示形式＞数字＞書式なしテキストを選択する。

◆チェックポイント2

スプレッドシートでの編集完了後、ファイル＞ダウンロード＞カンマ区切り形式（.csv）を選択し、そのダウンロードしたファイルをAnyLogiへアップロードする。
{% 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/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.
