> 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/getting-started/editions-and-modules-basic-vs.-premium.md).

# Editions & Modules (Basic vs. Premium)

The Shopware 6 API Connector consists of a **basic application** and optional **premium modules**. This documentation primarily describes the basic functions; premium functions are marked accordingly.

**Basic application**

Included in the basic application and covered in this documentation:

* Item synchronization (upload of items, prices, inventory, attributes, categories, and pictures)
* Configurable items (variants) and multilingual item data
* Order import from Shopware, including differing ship-to and bill-to addresses
* Customer management and mappings (taxes, payment, shipping, currency, and channels)
* Sales channel handling through a single connector
* Comprehensive logging (Activity Log, API Call Log)

**Premium modules**

{% hint style="info" %}
Premium functions require additional **Shopware plugins from solutioo** and/or separate activation. Please feel free to contact us.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>PDF document upload</strong></td><td>Transfer invoices, credit memos, and shipments to the customer portal as PDF files.</td></tr><tr><td><strong>Group items / product bundles</strong></td><td>Bundle several items into a package, optionally including the main product in the shopping cart.</td></tr><tr><td><strong>SharePoint documents</strong></td><td>Automatically transfer product documents from SharePoint to Shopware.</td></tr><tr><td><strong>B2B users</strong></td><td>Contacts as B2B users who can log in, with roles (display, orderer, approval).</td></tr></tbody></table>

**Individual extensions**

In addition, we implement **customer-specific requirements** (for example special text modules, marketplace connections, or report layouts). Such extensions are **documented individually** upon delivery and are not part of this general documentation.

**How do I recognize which modules are active?**

In the **Shopware Configuration**, under **Shopware Modules**, you will find the switches for document upload, group items, and SharePoint. If a switch is not visible or cannot be activated, the module is not licensed.


---

# 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/getting-started/editions-and-modules-basic-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.
