> 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/preis-und-bestandsmanagement/msi-quellen-zuordnen.md).

# MSI-Quellen zuordnen

Magento **Multi-Source Inventory (MSI)** verwaltet Bestand pro Source. Der Connector verbindet jede aktive Magento-Quelle mit genau dem vorgesehenen BC-Lagerort.

```mermaid
flowchart LR
    L1[BC Lagerort A] --> S1[Magento Source A]
    L2[BC Lagerort B] --> S2[Magento Source B]
    S1 --> SKU[SKU / Source Quantity]
    S2 --> SKU
```

### Quellen einrichten

{% stepper %}
{% step %}
**MSI Sources herunterladen**

Im Download Cockpit den Bereich **MSI Sources** ausführen.
{% endstep %}

{% step %}
**Mappingliste öffnen**

**Magento MSI Source Locations** auf den richtigen Webshop filtern.
{% endstep %}

{% step %}
**Source und Lagerort verbinden**

Magento Source Code prüfen, BC Location Code zuordnen und nur tatsächlich verwendete Quellen aktivieren.
{% endstep %}

{% step %}
**Testbestand senden**

Einen Artikel mit eindeutigem Bestand je Lagerort auswählen.
{% endstep %}

{% step %}
**Mengen vergleichen**

BC-Artikelposten, Magento Source Quantity und salable quantity gegenüberstellen.
{% endstep %}
{% endstepper %}

### Mapping-Regeln

| Situation                                 | Empfehlung                                     |
| ----------------------------------------- | ---------------------------------------------- |
| Eine Source entspricht einem Lagerort     | direkte 1:1-Zuordnung                          |
| Source wird nicht genutzt                 | Mapping deaktivieren                           |
| mehrere Sources zeigen auf einen Lagerort | nur bewusst und mit Mengenprüfung einsetzen    |
| Magento-Source fehlt                      | Sources neu herunterladen, nicht frei erfinden |

{% hint style="warning" %}
Mehrere aktive Magento-Quellen dürfen nicht unbeabsichtigt denselben BC-Lagerort verwenden. Andernfalls kann dieselbe verfügbare Menge mehrfach an Magento gemeldet werden.
{% endhint %}

Der **Fallback Order Location** unterstützt die Auftragserstellung, wenn keine Source zugeordnet werden kann. Er ersetzt keine vollständige MSI-Bestandszuordnung.


---

# 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/preis-und-bestandsmanagement/msi-quellen-zuordnen.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.
