> For the complete documentation index, see [llms.txt](https://lezada.docs.hasthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lezada.docs.hasthemes.com/product/product-features/product-unit-price.md).

# Product Unit price

### Displaying unit prices

If you sell products in quantities or measurements, then you might need to display the price per unit for certain products. When you enter a unit price for a product, the unit price is displayed on the product pages, collection pages, cart page, checkout pages, and order confirmation notifications.

{% hint style="success" %}
[Read More](https://help.shopify.com/en/manual/intro-to-shopify/initial-setup/sell-in-germany/price-per-unit)
{% endhint %}

1. From your Shopify admin, go to **Products** > **All products**.
2. Click the name of the product that you want to change.
3. Click the variant you want to update.
4. Under **Pricing**, select **Show unit price for this product**.
5. In the **Total measurement of the product** field, enter the number of units your product has.
6. Use the **Select unit** dropdown menu to select the variant's unit of measurement. The type of unit you display is different depending on the type of product you are selling. For example, if the product is 2 litres of soap, then select **litres**.
7. In the **Unit price** field, enter the product's price per unit.
8. Optional: Input a number for the base unit. For example, for a product weighing 1 kg, you might select a base unit of 100 g.
9. Click **Save**.

![](/files/-MhlJJqjuahRNxhUYjj1)

![](/files/-MhlJOjyv4wCSt2hVATg)

### **Unit price product display**

![](/files/-MhlKIPTLsJQ0HtKJapL)


---

# 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://lezada.docs.hasthemes.com/product/product-features/product-unit-price.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.
