# Lieferstatus bei Shopware 5

In Shopware5 gibt es drei mögliche Anzeigen für den Lieferstatus:1. Wenn der Artikel auf Lager ist, wird eine vordefinierte Lieferzeit angezeigt.Diese ist für alle Artikel gleich und kann im Backend unter „Einstellungen“ -> „Textbausteine“ eingestellt werden.Der Name des Textbausteins ist: „DetailDataInfoInstock“2. Wenn der Artikel nicht auf Lager ist wird die im Artikel angegebene Lieferzeit verwendet.3. Sollte der Artikel weder auf Lager noch eine Lieferzeit im Artikel angegeben sein, wird ein Textbaustein mit dem Namen „DetailDataNotAvailable“ angezeigt.Eine detailliertere Beschreibung ist im Shopware Wiki unter folgendem Link zu finden:<https://docs.shopware.com/de/shopware-5-de/produkte-und-kategorien/lagerbestands-und-lieferzeitanzeige>


---

# Agent Instructions: 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:

```
GET https://docs.sync4.de/faq/shops/shopware/lieferstatus-bei-shopware-5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
