> 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/configuration/shopware-assignment-and-mapping.md).

# Shopware Assignment & Mapping

The **Shopware Assignment** (mapping) is the link between Shopware and Business Central. Here you define which Shopware value corresponds to which BC value – for example, which Shopware tax rate belongs to which VAT product posting group.

**Structure of the Mapping Page**

The page is organized by **module**. Depending on the module you select, the matching columns are displayed.

| Module                     | Purpose                                    |
| -------------------------- | ------------------------------------------ |
| Payment Mapping            | Payment methods Shopware ↔ BC              |
| Shipping Mapping           | Shipping methods ↔ shipping agent/service  |
| Tax Mapping                | Tax rates ↔ VAT posting groups             |
| Item Tax Mapping           | Item tax per VAT product posting group     |
| Currency                   | Currencies (default via *is Selected*)     |
| Sales Channel              | Sales channels (default via *is Selected*) |
| Customer Group             | Customer groups                            |
| Salutations                | Salutations                                |
| Country                    | Countries/regions                          |
| Language                   | Languages                                  |
| State Machine / Transition | Status management & status transitions     |

**Important Fields**

* **Shopware ID / Code / Description** – the Shopware side of the mapping.
* **BC Code / Description** – the assigned Business Central value.
* **is Selected** – marks the **default value** (for example the default sales channel, default currency, or default customer group).
* **isSync / Synced At** – synchronization status of the entry.

{% hint style="info" %}
The mappings are prefilled with the existing Shopware values by [Load Shopware Initial Data](/shopware/shopware6_en_us/configuration/load-shopware-initial-data.md). Afterwards you only need to maintain the BC side and the default markings.
{% endhint %}

**Recommended Order**

{% stepper %}
{% step %}
**Mark the default values**

Set *is Selected* for the default **sales channel**, the default **currency**, and the default **customer group**.
{% endstep %}

{% step %}
**Map the taxes**

Under [Taxes & Tax Mapping](/shopware/shopware6_en_us/configuration/taxes-and-tax-mapping.md), link your VAT product posting groups to the Shopware tax rates.
{% endstep %}

{% step %}
**Payment & shipping**

Map the payment methods and shipping methods.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
The [Shopware Mapping Hub](/shopware/shopware6_en_us/configuration/shopware-mapping-hub.md) provides a convenient overall view of all the mappings that are required.
{% 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/shopware6_en_us/configuration/shopware-assignment-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.
