--- title: ProductPriceRange - Storefront API description: | The minimum and maximum prices across all variants of a [`Product`](/docs/api/storefront/2026-01/objects/Product). api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/productpricerange md: https://shopify.dev/docs/api/storefront/latest/objects/productpricerange.md --- # Product​Price​Range object Requires `unauthenticated_read_product_listings` access scope. The minimum and maximum prices across all variants of a [`Product`](https://shopify.dev/docs/api/storefront/2026-01/objects/Product). ## Fields * max​Variant​Price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null The highest variant's price. * min​Variant​Price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null The lowest variant's price. *** ## Map ### Fields with this object * [Product.compareAtPriceRange](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.compareAtPriceRange) * [Product.priceRange](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.priceRange)