> For the complete documentation index, see [llms.txt](https://help.vario-software.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vario-software.de/vario-cloud-handbuch/einstellungen/einstellungen-verkaufskanale/lagerzuordnung.md).

# Lagerzuordnung

Du kannst einem Verkaufskanal **entweder** ein **Schema** zuordnen oder je Verkaufskanal eine **individuelle Lagerzuordnung** treffen.

## Schema einem Verkaufskanal zuweisen

Nachdem Du ein [Lagerzuordnungs-Schema](/vario-cloud-handbuch/einstellungen/einstellungen-lager/lagerzuordnungs-schemata.md) erstellt hast, weist Du es einem oder mehreren Verkaufskanälen zu:

1. Wähle den gewünschten Verkaufskanal aus.
2. Wechsle in den Reiter **„Lagerzuordnung“**.
3. Wähle das Lagern aus sowie das gewünschte Schema.

{% hint style="info" %}
Ein Schema lässt sich nur zuordnen, solange noch keine individuelle Lagerzuordnung getroffen wurde.
{% endhint %}

## Individuelle Lagerzuordnung

Alternativ kannst Du im Verkaufskanal eine individuelle Lagerzuordnung vornehmen. Damit lassen sich:

* Einzelne Lager gezielt ergänzen oder entfernen
* Abweichende Prozentwerte definieren
* Spezifische Standard-Verkaufs- oder Einkaufslager festlegen

Das ist besonders hilfreich, wenn ein Verkaufskanal bewusst anders behandelt werden soll, z. B. bei reduziertem Bestand für eine externe Plattform.

## Tipps zum Verkaufskanal

In den **Artikelstammdaten** gibt es neben der Gesamtbestandsanzeige über alle Lager hinweg zusätzlich im Reiter **„Verkaufskanal“** eine nach dem jeweiligen Verkaufskanal gefilterte Übersicht.

Im **Beleg** bietet die Detailansicht der Bestände:

* ein Dropdown zur Auswahl des Verkaufskanals
* den Gesamtbestand in Klammern über alle Lager
* die Verfügbarkeit laut hinterlegter prozentualer Verfügbarkeit
* eine Auflistung der zugeordneten Lager

In den **Benutzereinstellungen** kann ein **abweichender Verkaufskanal** hinterlegt werden, der dann im Beleg anstelle des Standard-Verkaufskanals verwendet wird.


---

# 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://help.vario-software.de/vario-cloud-handbuch/einstellungen/einstellungen-verkaufskanale/lagerzuordnung.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.
