> 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/daten-aus-shopware-download-and-matching/gruppenartikel-aus-shopware-herunterladen.md).

# Gruppenartikel aus Shopware herunterladen

**Gruppenartikel** (Solutioo Grouped Products) bündeln mehrere Einzelprodukte zu einer Einheit – etwa ein Set oder ein Produktpaket. Existieren solche Gruppen bereits in Shopware, kann der Connector sie nach Business Central herunterladen und die enthaltenen Zuordnungen übernehmen.

**Was heruntergeladen wird**

Der Download sucht die Gruppe zu einer bestimmten **Produkt-ID** (`search/solutioo-grouped-product`, gefiltert nach `productId`) und lädt zusätzlich die **Zuordnungen (Assignments)** der enthaltenen Produkte mit. Diese werden nach ihrer **Position** sortiert, sodass die Reihenfolge im Set erhalten bleibt.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Gruppenkopf</strong></td><td>Die Gruppe selbst mit ihrer Shopware-ID.</td></tr><tr><td><strong>Zuordnungen</strong></td><td>Die enthaltenen Einzelprodukte inkl. Position/Reihenfolge.</td></tr></tbody></table>

{% hint style="info" %}
Voraussetzung ist, dass in Shopware das **Gruppenartikel-Feature (solutioo Grouped Product)** vorhanden ist und der entsprechende Endpunkt bereitsteht.
{% endhint %}

**Verwandte Themen**

* Gruppenartikel & Produktpakete (Pflege in BC)
* Kategorien aus Shopware herunterladen
* Daten aus Shopware (Download & Matching)

### Häufige Fragen

#### Wie lädt der Connector Gruppenartikel aus Shopware?

`DownloadGroupedProduct` liest die Gruppendaten aus Shopware. Die Suche nutzt `search/product` bzw. den Premium-Endpunkt `search/solutioo-grouped-product`. Gruppenartikel setzen das entsprechende Shopware-Plugin und die Option „Enable Grouped Products“ in der Konfiguration voraus.


---

# 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/daten-aus-shopware-download-and-matching/gruppenartikel-aus-shopware-herunterladen.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.
