# Import and Export Bundle Groups

### ✅ What this feature can do

With Import & Export, you can:

* **Export** your current Bundle Groups to a CSV file
* Edit bundle setups in bulk (Master, components, quantities)
* **Import** the CSV to create or update Bundle Groups
* Set up dozens/hundreds of bundles faster
* Keep a backup of your bundle configuration

***

### 📥 Importing Bundle Groups

You can import bundle groups using a CSV file. This is perfect for bulk creation or updates.

**Steps:**

1. Go to the app > click **Bundle Groups**  > click **Import**

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

2. In the modal:

* Use the link to **download a sample CSV template**   (optional)
* Click **Add file** to upload your CSV

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

3. Choose your import type:

* **Create new groups** – Adds only new bundle groups.
* **Overwrite existing groups** – Updates existing groups based on the CSV.
* **Create new groups if not exist and overwrite existing groups** – Combines both actions.

4. Click **Import** to start the process.

**Note**: Make sure your CSV matches the template format to avoid errors.

***

### 📤 Exporting Bundle Groups

Exporting lets you back up your data or prepare it for analysis or migration.

**✅ Before importing**

To prevent import errors:

* Use the same column format as the exported file
* Ensure all **Masters** and **Components** exist in Shopify
* Confirm identifiers (SKU/handle/variant info) match exactly (no extra spaces)

> 💡 Best practice: **Export → Edit → Import** (don’t build the file from scratch).

**Steps:**

1. Open the app > click **Bundle Groups** > click **Export**&#x20;

<figure><img src="/files/6ZX2J75c0URz9TJOZR4r" alt=""><figcaption></figcaption></figure>

2. In the modal:

* Choose **Current page** to export only what's visible.
* Choose **All pages** to export all bundle groups.

3. Click **Export** to download the CSV file.

**🙋 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/bundle-groups/import-and-export-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.
