# Sync Master with Component inventory - Bundle Groups

When you sell **bundle products**, the “Master” product (the bundle listing) should only be available if the **component items** are in stock.\
This setting helps you keep the bundle inventory accurate automatically.

### ✅ What this setting does

When **Sync Master with Component inventory** is enabled:

* The **Master** variant inventory is calculated from **component** inventory
* When component stock changes (sale, restock, manual adjustment), the **Master** updates automatically
* &#x20;Helps prevent overselling bundles that can’t be fulfilled

***

### 🔑 Key terms

* **Master product / Master variant**: the bundle listing customers buy (e.g., “Gift Set”)
* **Component products**: items inside the bundle (e.g., Candle + Soap)
* **Required quantity**: how many units of each component the bundle needs

### ⚙️ Where to turn it on

1. Open the app > click **Settings**&#x20;
2. In **Bundle groups**, enable **Sync Master with Component inventory**
3. Click **Save**

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

***

### ✅ How the inventory is calculated

The app checks each component’s available stock and calculates how many full bundles you can make.

**Example**

Your Master variant **“Gift Set”** includes:

* **2 × Product A**
* **1 × Product B**

Current stock:

* Product A = **6**
* Product B = **5**

Calculation:

* Product A allows: **6 ÷ 2 = 3 bundles**
* Product B allows: **5 ÷ 1 = 5 bundles**

⇒  Master inventory becomes: **min(3, 5) = 3 bundles available**

So the bundle will show **3** in stock.

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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://docs.tipo.io/settings/sync-master-with-component-inventory-bundle-groups.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.
