> 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/erste-schritte/editionen-and-module-basis-vs.-premium.md).

# Editionen & Module (Basis vs. Premium)

Der Shopware 6 API Connector besteht aus einer **Basis-Anwendung** und optionalen **Premium-Modulen**. Diese Dokumentation beschreibt vorrangig die Basis-Funktionen; Premium-Funktionen sind entsprechend gekennzeichnet.

**Basis-Anwendung**

In der Basis enthalten und in dieser Dokumentation behandelt:

* Artikelsynchronisation (Upload von Artikeln, Preisen, Beständen, Attributen, Kategorien, Bildern)
* Konfigurierbare Artikel (Varianten) und mehrsprachige Artikeldaten
* Bestellimport aus Shopware inkl. abweichender Liefer- und Rechnungsadressen
* Kundenverwaltung und Zuordnungen (Steuern, Zahlung, Versand, Währung, Kanäle)
* Verkaufskanal-Handling über einen Connector
* Umfassende Protokollierung (Aktivitätsprotokoll, API Call Log)

**Premium-Module**

{% hint style="info" %}
Premium-Funktionen erfordern zusätzliche **Shopware-Plugins von solutioo** und/oder eine gesonderte Freischaltung. Sprechen Sie uns gerne an.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>PDF-Dokument-Upload</strong></td><td>Rechnungen, Gutschriften und Lieferscheine als PDF ins Kundenportal übertragen.</td></tr><tr><td><strong>Gruppenartikel / Produktpakete</strong></td><td>Mehrere Artikel als Paket bündeln, optional inkl. Hauptprodukt im Warenkorb.</td></tr><tr><td><strong>SharePoint-Dokumente</strong></td><td>Produktdokumente aus SharePoint automatisch nach Shopware übertragen.</td></tr><tr><td><strong>B2B-Benutzer</strong></td><td>Kontakte als anmeldbare B2B-Benutzer mit Rollen (Anzeige, Besteller, Freigabe).</td></tr></tbody></table>

**Individuelle Erweiterungen**

Darüber hinaus setzen wir **kundenspezifische Anforderungen** um (z. B. besondere Textbausteine, Marktplatz-Anbindungen oder Report-Layouts). Solche Erweiterungen werden bei Auslieferung **individuell dokumentiert** und sind nicht Teil dieser allgemeinen Doku.

**Woran erkenne ich, welche Module aktiv sind?**

In der **Shopware Konfiguration** finden Sie unter **Shopware Module** die Schalter für Dokumenten-Upload, Gruppenartikel und SharePoint. Ist ein Schalter nicht sichtbar oder nicht aktivierbar, ist das Modul nicht lizenziert.


---

# 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/erste-schritte/editionen-and-module-basis-vs.-premium.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.
