--- 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: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/PriceRangeFilter md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/PriceRangeFilter.txt --- # 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/2024-10/scalars/Float) The maximum price in the range. Empty indicates no max price. * min [Float](https://shopify.dev/docs/api/storefront/2024-10/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/2024-10/input-objects/ProductFilter#field-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/2024-10/input-objects/ProductFilter#field-price)