> 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/konfiguration/shopware-zuordnung-and-mapping.md).

# Shopware Zuordnung & Mapping

Die **Shopware Zuordnung** (Mapping) ist das Bindeglied zwischen Shopware und Business Central. Hier legen Sie fest, welcher Shopware-Wert welchem BC-Wert entspricht – etwa welcher Shopware-Steuersatz zu welcher MwSt.-Produktbuchungsgruppe gehört.

**Aufbau der Zuordnungsseite**

Die Seite ist nach **Modulen** gegliedert. Je nach gewähltem Modul werden die passenden Spalten eingeblendet.

| Modul                      | Zweck                                        |
| -------------------------- | -------------------------------------------- |
| Payment Mapping            | Zahlungsarten Shopware ↔ BC                  |
| Shipping Mapping           | Versandarten ↔ Versandagent/Service          |
| Tax Mapping                | Steuersätze ↔ MwSt.-Buchungsgruppen          |
| Item Tax Mapping           | Artikelsteuer je MwSt.-Produktbuchungsgruppe |
| Currency                   | Währungen (Standard über *is Selected*)      |
| Sales Channel              | Verkaufskanäle (Standard über *is Selected*) |
| Customer Group             | Kundengruppen                                |
| Salutations                | Anreden                                      |
| Country                    | Länder                                       |
| Language                   | Sprachen                                     |
| State Machine / Transition | Statusverwaltung & Statusübergänge           |

**Wichtige Felder**

* **Shopware ID / Code / Beschreibung** – die Shopware-Seite der Zuordnung.
* **BC Code / Beschreibung** – der zugeordnete Business-Central-Wert.
* **is Selected** – markiert den **Standardwert** (z. B. Standard-Verkaufskanal, Standard-Währung, Standard-Kundengruppe).
* **isSync / Synced At** – Synchronisationsstatus des Eintrags.

{% hint style="info" %}
Die Zuordnungen werden über Shopware Erstdaten laden mit den vorhandenen Shopware-Werten vorbefüllt. Sie müssen anschließend nur noch die BC-Seite und die Standardmarkierungen pflegen.
{% endhint %}

**Empfohlene Reihenfolge**

{% stepper %}
{% step %}
**Standardwerte markieren**

Setzen Sie *is Selected* für den Standard-**Verkaufskanal**, die Standard-**Währung** und die Standard-**Kundengruppe**.
{% endstep %}

{% step %}
**Steuern zuordnen**

Verknüpfen Sie unter Steuern & Steuerzuordnung Ihre MwSt.-Produktbuchungsgruppen mit den Shopware-Steuersätzen.
{% endstep %}

{% step %}
**Zahlung & Versand**

Ordnen Sie Zahlungsarten und Versandarten zu.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Einen komfortablen Gesamtüberblick über alle erforderlichen Zuordnungen bietet der Shopware Mapping Hub.
{% endhint %}


---

# 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/konfiguration/shopware-zuordnung-and-mapping.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.
