# Out-of-stock Handling - Inventory Groups

### ✅ When to use this setting

Use out-of-stock handling if your group contains products that represent the same stock (examples):

* same product listed multiple times (different titles, languages, marketplaces)
* duplicate listings that must always have the same available quantity

If your grouped products should not go out of stock together, keep this setting off.

***

### ⚙️ Where to configure it

1. Open the app > click **Settings**&#x20;
2. Find **Inventory Groups > When products in the group are out of stock** > choose your preferred behavior

* **Option 1: Continue syncing:**\
  The app will keep syncing inventory data even if a product in the group is out of stock.\
  (Recommended if you want inventory levels to stay consistent across stores or variants.)
* **Option 2: Pause sync & notify by email:**\
  Syncing will pause automatically when a product in the group runs out of stock.\
  You’ll receive an email notification so you can restock or take action before resuming syncing.

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

3. Click **Save**.

***

.

***

### 🧪 Example

You group **T-shirt Red** and **T-shirt Blue** (shared stock).

* If **Continue syncing** is selected: when you restock, both products will update again automatically.
* If **Pause sync & notify by email** is selected: syncing stops at 0, and you’ll get an email so you can fix stock before it syncs further.

**🙋 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/out-of-stock-handling-inventory-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.
