> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/2ba/handelsartikel-und-preise-anzeigen.md).

# Handelsartikel und Preise anzeigen

Ein Produkt in **2BA** kann mehrere **Handelsartikel**.

Das sind unterschiedliche Verpackungseinheiten oder Lieferformen desselben Produkts.

### Was Sie pro Handelsartikel sehen

Pro Zeile sehen Sie:

* Verpackungseinheit
* Nettopreis und Bruttopreis
* Lieferant
* verfügbarer Lagerbestand
* Lieferzeit
* Mindestbestellmenge
* Bestellmenge pro Schritt
* Mehrwertsteuersatz

{% stepper %}
{% step %}

### Produkt öffnen

Suchen Sie nach dem Produkt und öffnen Sie das Detailfenster.
{% endstep %}

{% step %}

### Handelsartikel anzeigen

Öffnen Sie den Abschnitt oder Tab mit **Handelsartikel**.

Dort sehen Sie alle verfügbaren Varianten.

{% hint style="info" %}
Fügen Sie hier einen Screenshot von dem **Handelsartikel** Registerkarte mit mehreren Zeilen.
{% endhint %}
{% endstep %}

{% step %}

### Preis und Verpackung vergleichen

Prüfen Sie, welche Verpackungseinheit zu Ihrem Einsatzzweck passt.

Vergleichen Sie dann Netto- und Bruttopreis.
{% endstep %}

{% step %}

### Prüfen Sie Lieferzeit und Bestellmenge

Prüfen Sie, ob Mindestbestellmenge und Schrittweite zu Ihren Anforderungen passen.

Prüfen Sie auch die erwartete Lieferzeit.
{% endstep %}

{% step %}

### Verwenden Sie den richtigen Handelsartikel

Wählen Sie dann die Zeile, die am besten zu Ihrem Dokument, Ihrer Preisvereinbarung oder Ihrem Lagerbestandsbedarf passt.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Was ist der Unterschied zwischen Netto- und Bruttopreis?</summary>

Die **Nettopreis** ist der Preis, auf dem Ihr Kauf basiert.

Die **Bruttopreis** ist der Basis- oder Listenpreis ohne Ihren Rabatt.

</details>

<details>

<summary>Warum sehe ich mehrere Preise für ein Produkt?</summary>

Das wird normalerweise durch unterschiedliche Verpackungseinheiten oder Lieferanten verursacht.

</details>

<details>

<summary>Warum kann ich nicht jede Menge bestellen?</summary>

Einige Lieferanten arbeiten mit einer Mindestbestellmenge oder einer festen Schrittweite.

</details>

### Verwandte Themen

* [**Prüfen Sie die Verfügbarkeit des Lagerbestands**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/2ba/lagerverfugbarkeit-prufen.md)
* [**Produktdetails anzeigen und importieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/2ba/produktdetails-anzeigen-und-importieren.md)
* [**Lieferanteninformationen prüfen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/2ba/lieferanteninformationen-prufen.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/2ba/handelsartikel-und-preise-anzeigen.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.
