> 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/b2b-rollen-and-freigabeprozess.md).

# B2B-Rollen & Freigabeprozess

Für Firmenkunden vergibt der Connector je Kontakt eine **Rolle**. Sie steuert, was der jeweilige B2B-Benutzer im Shop darf.

**Die drei Rollen im Überblick**

| Rolle         | Sehen | Bestellen | Freigeben |
| ------------- | :---: | :-------: | :-------: |
| **Anzeige**   |   ✓   |     –     |     –     |
| **Besteller** |   ✓   |     ✓     |     –     |
| **Freigabe**  |   ✓   |     ✓     |     ✓     |

* **Anzeige:** Darf Sortiment/Preise sehen und einen Warenkorb zur Freigabe weitergeben – aber nicht selbst verbindlich bestellen.
* **Besteller:** Darf sehen und Bestellungen anlegen.
* **Freigabe:** Darf zusätzlich Bestellungen freigeben (z. B. Einkäufe von Kolleg:innen genehmigen).

**Typischer Freigabeprozess**

```mermaid
flowchart LR
    A[Anzeige/Besteller legt Warenkorb an] --> B{Freigabe erforderlich?}
    B -->|ja| C[Freigabe-Benutzer prüft]
    C -->|genehmigt| D[Bestellung wird ausgelöst]
    C -->|abgelehnt| E[zurück an Ersteller]
    B -->|nein| D
    D --> F[Bestelleingang in BC]
```

Die ausgelöste Bestellung gelangt über den normalen Bestelleingang nach Business Central.

**Einrichtung**

1. Rollen-IDs in der Konfiguration hinterlegen (Bereich **B2B-Kontakte**).
2. Kontakten die passende Rolle zuweisen.
3. Kontakte als B2B-Benutzer hochladen.

{% hint style="info" %}
Die eigentliche Darstellung von Freigabe-Workflows erfolgt im Shopware-B2B-Umfeld. Der Connector sorgt dafür, dass die richtigen Benutzer mit der richtigen Rolle im Firmenkonto angelegt werden.
{% endhint %}

{% hint style="success" %}
**Empfehlung:** Vergeben Sie die Rolle **Freigabe** bewusst sparsam – idealerweise an Einkäufer:innen oder Führungskräfte, die Bestellungen verantworten.
{% 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/kundenverwaltung/b2b-rollen-and-freigabeprozess.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.
