> 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/preise.md).

# Hinweise zu Preisen

Die Preis-Einstellungen bestimmen, wie Preise zwischen Business Central und Shopware synchronisiert werden.

## 1. Zuordnungs-/Mapping-Tabellen

{% tabs %}
{% tab title="MwSt.-Zuordnung" %}
Ordnen Sie Business Central MwSt.-Buchungsgruppen den Shopware-Steuersätzen zu:

1. Öffnen Sie *"Shopware"* <i class="fa-right">:right:</i> *"Mapping"*
2. Wählen Sie *"MwSt.-Zuordnung"*
3. Ordnen Sie jede MwSt.-Produktbuchungsgruppe zu.

Weitere Informationen unter [#mwst.-zuordnung](#mwst.-zuordnung "mention").

Bsp.:&#x20;

VOLL <i class="fa-right">:right:</i> Standard-Steuersatz (19%), REDUZIERT <i class="fa-right">:right:</i> Reduzierter Steuersatz (7%), FREI <i class="fa-right">:right:</i> Steuerfrei (0%)
{% endtab %}

{% tab title="Währungen" %}
Falls Sie mehrere Währungen verwenden:

1. Öffnen Sie *"Shopware"* <i class="fa-right">:right:</i> *"Mapping"*
2. Wählen Sie *"Währungen"*
3. Ordnen Sie BC-Währungscodes den Shopware-Währungen zu
   {% endtab %}
   {% endtabs %}

## 2. Preisarten

{% tabs %}
{% tab title="Standardpreise" %}
Der Standardpreis wird für alle Kunden verwendet, die keiner speziellen Preisgruppe zugeordnet sind.
{% endtab %}

{% tab title="Kundenpreise" %}
Individuelle Preise für bestimmte Kunden:

1. Öffnen Sie die *"Verkaufspreise"* in BC.
2. Erstellen Sie Preise für bestimmte Kunden.
3. Diese werden bei der Synchronisation berücksichtigt.
   {% endtab %}

{% tab title="Staffelpreise" %}
Mengenabhängige Preise:

1. Erstellen Sie *"Verkaufspreise"* mit Mindestmengen.
2. Diese werden als Staffelpreise zu Shopware übertragen.

Weitere Informationen unter [#staffelpreise](#staffelpreise "mention").
{% endtab %}
{% endtabs %}

## 3. Preissynchronisation

{% tabs %}
{% tab title="Automatische Synchronisation" %}

* Erstellen Sie einen *"*[*Aufgabenwarteschlangenposten*](/shopware/automatisierungen-und-zeitplane/aufgabenwarteschlangenposten.md)*".*
* Wählen Sie die Codeunit *"Preisupload".*
* Legen Sie das Intervall fest.
  {% endtab %}

{% tab title="Manuelle Synchronisation" %}

* Öffnen Sie die *"Artikelkarte"*
* Klicken Sie auf *"Aktionen"* <i class="fa-right">:right:</i> *"Preis zu Shopware"*
  {% endtab %}
  {% endtabs %}

## 4. Tipps für den täglichen Umgang

{% tabs %}
{% tab title="Preiskonsistenz" %}

* Prüfen Sie regelmäßig die Preise in beiden Systemen.
* Achten Sie auf korrekte MwSt.-Zuordnung.
* Dokumentieren Sie Ihre Preisregeln.
  {% endtab %}

{% tab title="Rundung" %}

* Shopware und BC können unterschiedliche Rundungsregeln haben.
* Prüfen Sie Centbeträge bei der Synchronisation.
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
Änderungen an Preisen in Shopware werden bei der nächsten Synchronisation überschrieben!
{% 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/preise.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.
