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

# Product Price

The Product Inventory allows you to display the price of a product or the lowest and highest prices among the variants for a product.

```jsx
<ProductPrice product={product} />
```

## Attributes

* **product**: the data-element storing the product's configuration from the Product Generator
