> 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/magento-2-api-connector/magento2_en_us/configuration/mapping-hub-payment-shipping-and-status.md).

# Mapping Hub: Payment, Shipping, and Status

The **Magento Mapping Hub** is the control center for reference data and business mappings. Tiles show at a glance which areas are complete and where action is needed.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>💳 Payment Mapping</strong></td><td>Map a Magento payment method to a BC payment method.</td></tr><tr><td><strong>🚚 Shipping Mapping</strong></td><td>Link shipping code, shipping agent, and optionally a tracking service.</td></tr><tr><td><strong>🧾 Tax Mapping</strong></td><td>Link Magento tax values to BC posting groups and VAT setup.</td></tr><tr><td><strong>🛍️ Catalog Mapping</strong></td><td>Review item attributes, field mapping, customer groups, and variant axes.</td></tr><tr><td><strong>🌍 Websites &#x26; Store Views</strong></td><td>Select sales channels and map Store Views to BC languages.</td></tr><tr><td><strong>📦 MSI Sources</strong></td><td>Link Magento sources to BC location codes.</td></tr></tbody></table>

### Recommended Workflow

{% stepper %}
{% step %}
**Download initial data**

Without current Magento reference values, the Hub cannot display reliable completeness.
{% endstep %}

{% step %}
**Use Auto-Map All as a suggestion**

Codes and descriptions are compared case-insensitively.
{% endstep %}

{% step %}
**Review matches from a business perspective**

In particular, never accept payment, shipping, and tax mappings without review.
{% endstep %}

{% step %}
**Create missing BC master data selectively**

**Create All Missing in BC** supports payment methods, shipping agents, customer price groups, and item attributes. Taxes are intentionally excluded.
{% endstep %}

{% step %}
**Re-check the Health display**

Open drilldowns and work through all red or yellow areas.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Review automatically created master data for naming, posting setup, and actual usage. Posting groups and G/L accounts are not purely technical values.
{% endhint %}

### Order Status Specifics

The status list is not a classic BC mapping. **Include Return Statuses** shows return statuses. The **Selected** checkbox does not control the interactive order filter in version 27.10.0.16.

* Interactive download: **Downloadable Order Status** in the configuration
* Standard job: hard-coded statuses in the code


---

# 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/magento-2-api-connector/magento2_en_us/configuration/mapping-hub-payment-shipping-and-status.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.
