> 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/kundenverwaltung/kunden-upload-bc-nach-shopware.md).

# Kunden-Upload (BC nach Shopware)

Debitoren können aus Business Central nach Shopware übertragen werden, um dort z. B. B2B-Konten mit hinterlegten Konditionen bereitzustellen.

**Voraussetzung**

Der Debitor muss als **Web-Kunde** markiert sein (`SOUSHW Web Customer = Ja`). Erst dann steht der Upload zur Verfügung.

**Pflichtangaben (Prüfung vor Upload)**

Vor dem Upload prüft der Connector u. a.:

* E-Mail-Adresse und Name
* **Kundengruppe** (`GroupId`)
* **Anrede** (`SalutationId`)
* **Verkaufskanal**
* **Länder-Zuordnung**

{% hint style="warning" %}
Fehlt eine dieser Angaben, bricht der Upload mit einer Meldung ab. Pflegen Sie zuvor die Zuordnungen für Anreden & Länder und Kundengruppen.
{% endhint %}

**Ablauf**

{% stepper %}
{% step %}
**Debitor vorbereiten**

Setzen Sie **Web-Kunde = Ja** und pflegen Sie Kundengruppe, Anrede und Verkaufskanal.
{% endstep %}

{% step %}
**Hochladen**

Öffnen Sie die Debitorenkarte und wählen Sie **Kunde hochladen**. Nach Erfolg wird die **Web-ID** gefüllt.
{% endstep %}

{% step %}
**Folgesynchronisation**

Anschließend werden **Lieferadressen** und ggf. die **Kundenpreisliste** automatisch synchronisiert.
{% endstep %}
{% endstepper %}

**Felder auf der Debitorenkarte**

| Feld                                  | Bedeutung                        |
| ------------------------------------- | -------------------------------- |
| Web-ID                                | Shopware-Kunden-ID (nach Upload) |
| Web-Kunde                             | Für Upload markiert              |
| Verkaufskanal / Anrede / Kundengruppe | Zuordnungswerte                  |
| Kontotyp                              | Business oder Private            |
| Synchronisiert / am / Meldung         | Sync-Status                      |

{% hint style="info" %}
Wird ein Debitor geändert, wird er automatisch als *nicht synchronisiert* markiert und beim nächsten Lauf erneut übertragen.
{% endhint %}

### Häufige Fragen

#### Über welchen Endpunkt werden Kunden und Adressen übertragen?

Kunden werden über `customer` angelegt (POST) bzw. aktualisiert (PATCH), Lieferadressen über `customer-address`. Nach erfolgreichem Upload wird die „SOUSHW Web ID“ am Debitor gesetzt und – falls vorhanden – die Kundenpreisliste automatisch nachsynchronisiert.

#### Welche Angaben müssen vor dem Kunden-Upload gepflegt sein?

Der Connector prüft vor dem Upload E-Mail und Name sowie die Zuordnungen Kundengruppe (`GroupId`), Anrede (`SalutationId`), Verkaufskanal und Land. Fehlt eine dieser Angaben, bricht der Upload mit einer Meldung ab – pflegen Sie zuvor die entsprechenden Mappings.


---

# 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/kundenverwaltung/kunden-upload-bc-nach-shopware.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.
