> 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/marketplace-packages-and-power-ups/power-ups/2ba/view-trade-items-and-prices.md).

# View trade items and prices

A product in **2BA** can have multiple **trade items**.

These are different packaging units or delivery forms of the same product.

### What you see per trade item

Per row, you can see:

* packaging unit
* net price and gross price
* supplier
* available stock
* delivery time
* minimum order quantity
* order quantity per increment
* VAT percentage

{% stepper %}
{% step %}

### Open a product

Search for the product and open the detail window.
{% endstep %}

{% step %}

### View the trade items

Open the section or tab with **trade items**.

There you see all available variants.

{% hint style="info" %}
Add a screenshot here of the **Trade items** tab with multiple rows.
{% endhint %}
{% endstep %}

{% step %}

### Compare price and packaging

Check which packaging unit fits your use.

Then compare net and gross price.
{% endstep %}

{% step %}

### Check delivery time and order quantity

See whether the minimum order quantity and step size match your needs.

Also check the expected delivery time.
{% endstep %}

{% step %}

### Use the right trade item

Then choose the row that best fits your document, price agreement, or stock need.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>What is the difference between net price and gross price?</summary>

The **net price** is the price on which your purchase is based.

The **gross price** is the base or list price without your discount.

</details>

<details>

<summary>Why do I see multiple prices for one product?</summary>

This is usually caused by different packaging units or suppliers.

</details>

<details>

<summary>Why can I not order every quantity?</summary>

Some suppliers work with a minimum order quantity or a fixed step size.

</details>

### Related topics

* [**Check stock availability**](/marketplace-packages-and-power-ups/power-ups/2ba/check-stock-availability.md)
* [**View and import product details**](/marketplace-packages-and-power-ups/power-ups/2ba/view-and-import-product-details.md)
* [**Check supplier information**](/marketplace-packages-and-power-ups/power-ups/2ba/check-supplier-information.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/marketplace-packages-and-power-ups/power-ups/2ba/view-trade-items-and-prices.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.
