> 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/steuern-and-steuerzuordnung.md).

# Steuern & Steuerzuordnung

Eine korrekte Steuerzuordnung ist Voraussetzung für fehlerfreie Preise und Bestellungen. Der Connector verbindet die BC-**MwSt.-Produktbuchungsgruppen** mit den Shopware-**Steuersätzen**.

**Grundprinzip**

```mermaid
flowchart LR
    A[MwSt.-Produktbuchungsgruppe in BC] --> B[Item Tax Mapping]
    B --> C[Shopware Steuersatz taxId]
    D[Artikel] -->|verweist auf| A
    D -->|Upload| C
```

Beim Artikel-Upload ermittelt der Connector über die MwSt.-Produktbuchungsgruppe des Artikels den passenden Shopware-Steuersatz (`taxId`). Fehlt eine Zuordnung, greift die **Standard-Steuer-ID** aus der Konfiguration.

**Einrichtung**

{% stepper %}
{% step %}
**Steuern laden**

Mit Shopware Erstdaten laden werden die Shopware-Steuersätze und -regeln importiert.
{% endstep %}

{% step %}
**Item-Tax-Mapping pflegen**

Ordnen Sie in der Shopware Zuordnung (Modul *Item Tax Mapping*) jeder MwSt.-Produktbuchungsgruppe die passende Shopware-Steuer-ID zu.
{% endstep %}

{% step %}
**Standard-Steuer setzen**

Hinterlegen Sie in der Konfiguration eine **Standard-Steuer-ID** als Fallback.
{% endstep %}
{% endstepper %}

**Steuerfreie Produkte & Bestell-Steuer**

* Für **steuerfreie** Produkte kann eine eigene **Steuerfreie Gruppe** hinterlegt werden.
* Für Bestellungen bestimmen die Einstellungen **MwSt. verwenden**, **MwSt.-Geschäftsbuchungsgruppe** und **MwSt.-Produktbuchungsgruppe**, wie Steuern beim Beleg berechnet werden. Details unter Bestellkonfiguration.

{% hint style="warning" %}
Prüfen Sie die Steuerzuordnung **vor** dem ersten großen Artikel-Upload. Eine falsche Zuordnung führt sonst zu falschen Preisen im Shop.
{% endhint %}

{% hint style="info" %}
Mit der Aktion **MwSt-Zuordnung zurücksetzen** in der Konfiguration können Sie die Steuerzuordnungen bei Bedarf neu aufbauen.
{% 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/steuern-and-steuerzuordnung.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.
