# バンドル

<figure><img src="/files/d0835e763b5413d355abdc1ff947142711ee68a9" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**注意**: バンドルは *のみ* で使用できます **仕入れ・販売**.
{% endhint %}

***

### バンドルとは？

<mark style="color:青;">`バンドル`</mark> 複数の商品をまとめて、1つの単位として販売または購入できるようにします。各バンドルには、指定された数量のコンポーネント商品が固定セットで含まれます。

**主な用途:**

* 複数の商品を含むギフトセット
* スターターキットや商品パッケージ
* 卸売パッケージ
* セット販売

***

### バンドルの使い方

に移動し、 <mark style="color:青;">`データセンター`</mark> > <mark style="color:青;">`バンドル`</mark> でバンドルを作成・管理します。

<figure><img src="/files/720c8a115ec7555dc27d9105230d91f2b23eea06" alt="BoxHero - Bundles - Sample Bundle Details"><figcaption></figcaption></figure>

バンドルは *のみ* で [**仕入れ・販売**](/docs/documentation/ja/na/purchase-and-sales.md):

* ✅ 仕入注文
* ✅ 販売注文

バンドル **できません** で使用できます [**在庫取引**](/docs/documentation/ja/na/tx.md)**:**

* ❌ 入庫
* ❌ 出庫
* ❌ 在庫移動
* ❌ 在庫調整

{% hint style="info" %}
在庫は常に **個別** **商品** のレベルで追跡されます。注文でバンドルを処理すると、BoxHero は各コンポーネント商品の在庫数量を自動的に更新します。
{% endhint %}

***

### バンドルを追加

1. に移動し <mark style="color:青;">`データセンター`</mark> > <mark style="color:青;">`バンドル`</mark>.
2. をクリック <mark style="color:青;">`+ バンドルを追加`</mark>.
3. 名前や SKU を含むバンドルの詳細を入力します。
4. コンポーネント商品を紐付け、それぞれの数量を設定します。
5. をクリック <mark style="color:青;">`保存`</mark>.

<figure><img src="/files/baf0507001c0abd71cb3fd8bd0b12b9abc5c6ac0" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
保存すると、新しいバンドルを仕入注文や販売注文に 1 つの明細として追加できるようになります。
{% endhint %}

***

### Excel でバンドルを追加

一度に複数のバンドルを作成する必要がある場合は、Excel ファイルを使ってアップロードできます。右上の <mark style="color:青;">`Excel からインポート`</mark> をクリックしてテンプレートをダウンロードします。

<figure><img src="/files/46c3b198593c241187c40935e3247292c67596ba" alt=""><figcaption></figcaption></figure>

ファイルを入力する際は:

* バンドルの SKU は手動で入力してください。自動では *ありません* 生成されません。
* コンポーネント商品ごとに1行ずつ使用します。
* 同じバンドルに属する行では、列 **A** から **F** までを同一にする必要があります。
* 各行で異なってよいのは、コンポーネント商品の SKU と数量のみです。

<figure><img src="/files/6e3967c5a1704ab6898862c878b7b77d8a058808" alt="BoxHero - Bundles - Sample Excel Template"><figcaption></figcaption></figure>

ファイルをアップロードすると、バンドルとその商品関係が作成されます。

***

### 注文でバンドルを使用する

バンドルは、通常の商品と同じように仕入注文や販売注文に追加できます。バンドルが販売されると、そのコンポーネント商品の在庫数量がそれに応じて調整されます。

<figure><img src="/files/a5e0b8af21f656fc30035c15fd2a2ff71e351c30" alt="BoxHero - Bundles - New Sales Order"><figcaption></figcaption></figure>

販売注文が部分出荷の場合、出荷詳細にはバンドル自体ではなく、バンドルに含まれる個別の商品が表示されます。

<figure><img src="/files/114b6d5bbc2b22899e70fe4476b10432bf754643" alt="BoxHero - Bundles - Sales Order - Stock Out Component Items"><figcaption></figcaption></figure>

チームの <mark style="color:青;">`取引`</mark> 履歴でも、バンドルの動きは商品レベルで表示されます。

<figure><img src="/files/905063339e1e7d381122662176aa97f158f85d46" alt="BoxHero - Bundles - Stock Out - Transaction History"><figcaption></figcaption></figure>


---

# 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://www.boxhero.io/docs/documentation/ja/na/purchase-and-sales/bundles.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.
