--- title: PriceRangeFilter - Storefront API description: | The input fields for a filter used to view a subset of products in a collection matching a specific price range. api_version: 2025-10 api_name: storefront type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/input-objects/pricerangefilter md: https://shopify.dev/docs/api/storefront/latest/input-objects/pricerangefilter.md --- # Price​Range​Filter input\_object The input fields for a filter used to view a subset of products in a collection matching a specific price range. ## Fields * max [Float](https://shopify.dev/docs/api/storefront/latest/scalars/Float) The maximum price in the range. Empty indicates no max price. * min [Float](https://shopify.dev/docs/api/storefront/latest/scalars/Float) Default:0.0 The minimum price in the range. Defaults to zero. *** ## Input objects using this input * [Product​Filter.price](https://shopify.dev/docs/api/storefront/latest/input-objects/ProductFilter#fields-price) INPUT OBJECT The input fields for a filter used to view a subset of products in a collection. By default, the `available` and `price` filters are enabled. Filters are customized with the Shopify Search & Discovery app. Learn more about [customizing storefront filtering](https://help.shopify.com/manual/online-store/themes/customizing-themes/storefront-filters). *** ## Map ### Input objects using this input * [Product​Filter.price](https://shopify.dev/docs/api/storefront/latest/input-objects/ProductFilter#fields-price)