> 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/preis-und-bestandsmanagement/bestandsberechnung-and-lagerorte.md).

# Bestandsberechnung & Lagerorte

Der an Shopware übertragene **Bestand** wird auf Basis Ihrer Konfiguration berechnet.

**Optionen**

| Einstellung                         | Wirkung                                                  |
| ----------------------------------- | -------------------------------------------------------- |
| **Lagerort-Codes**                  | Kommagetrennte BC-Lagerorte, deren Bestand summiert wird |
| **Standard-Lagerort verwenden**     | Ignoriert Lagerorte und nutzt einen festen Bestand       |
| **Standard-Bestandsmenge**          | Fester Bestand bei aktiviertem Standard-Lagerort         |
| **Negative Artikelmenge hochladen** | Überträgt negative Bestände; sonst wird 0 gesendet       |
| **Bestand hochladen**               | Master-Schalter für den Bestands-Upload                  |

**Nicht vorrätig**

Über das Artikelfeld **Nicht vorrätig** wird ein Artikel unabhängig vom BC-Bestand in Shopware auf *nicht vorrätig* gesetzt.

{% hint style="info" %}
Der im Artikel angezeigte **Lagerbestand** ergibt sich aus den gewählten Lagereinstellungen. Details zur Konfiguration unter Bestandskonfiguration.
{% endhint %}

**Empfehlung**

{% hint style="success" %}
Laden Sie Bestände regelmäßig (z. B. mehrmals täglich) per Aufgabenwarteschlange hoch, damit die Verfügbarkeit im Shop aktuell bleibt.
{% endhint %}

### Häufige Fragen

#### Wie lege ich fest, welche Lager in den Shop-Bestand einfließen?

Über die Einstellung „Lagerort-Codes“ hinterlegen Sie kommagetrennt die Business-Central-Lagerorte, deren Bestand summiert und nach Shopware übertragen wird. Alternativ nutzen Sie mit „Standard-Lagerort verwenden“ einen festen Bestandswert unabhängig von den Lagerorten.

#### Wie setze ich einen Artikel gezielt auf „nicht vorrätig“?

Über das Artikelfeld „Nicht vorrätig“ wird der Artikel unabhängig vom tatsächlichen Business-Central-Bestand in Shopware als nicht vorrätig gekennzeichnet. Das ist nützlich, um einen Artikel vorübergehend nicht bestellbar zu machen.

#### Werden negative Bestände an Shopware übertragen?

Nur wenn „Negative Artikelmenge hochladen“ aktiviert ist. Andernfalls wird bei negativem Bestand der Wert 0 an Shopware gesendet, damit im Shop keine irreführenden negativen Mengen erscheinen.


---

# 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/preis-und-bestandsmanagement/bestandsberechnung-and-lagerorte.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.
