> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/shopware/shopware6_en_us/data-from-shopware-download-and-matching/download-group-items-from-shopware.md).

# Download Group Items from Shopware

**Group items** (Solutioo Grouped Products) bundle several individual products into one unit – for example, a set or a product bundle. If such groups already exist in Shopware, the connector can download them to Business Central and adopt the assignments they contain.

**What is downloaded**

The download searches for the group belonging to a specific **product ID** (`search/solutioo-grouped-product`, filtered by `productId`) and additionally loads the **assignments** of the products it contains. These are sorted by their **position** so that the order within the set is preserved.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Group header</strong></td><td>The group itself with its Shopware ID.</td></tr><tr><td><strong>Assignments</strong></td><td>The individual products it contains, including position/order.</td></tr></tbody></table>

{% hint style="info" %}
This requires the **group item feature (solutioo Grouped Product)** to be available in Shopware and the corresponding endpoint to be in place.
{% endhint %}

**Related topics**

* [Group Items & Product Bundles](/shopware/shopware6_en_us/master-data-management/group-items-and-product-bundles.md) (maintenance in BC)
* [Download Categories from Shopware](/shopware/shopware6_en_us/data-from-shopware-download-and-matching/download-categories-from-shopware.md)
* [Data from Shopware (Download & Matching)](/shopware/shopware6_en_us/data-from-shopware-download-and-matching.md)

### Frequently Asked Questions

#### How does the connector download group items from Shopware?

`DownloadGroupedProduct` reads the group data from Shopware. The search uses `search/product` or the premium endpoint `search/solutioo-grouped-product`. Group items require the corresponding Shopware plugin and the "Enable Grouped Products" option in the configuration.


---

# 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://docs.solutioo.de/shopware/shopware6_en_us/data-from-shopware-download-and-matching/download-group-items-from-shopware.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.
