# PriceRangeFilter - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a filter used to view a subset of products in a collection matching a specific price range. ### Access Scopes ## Fields * [max](/docs/api/storefront/2024-10/scalars/Float): Float - The maximum price in the range. Empty indicates no max price. * [min](/docs/api/storefront/2024-10/scalars/Float): Float - The minimum price in the range. Defaults to zero. ## Input objects with this input object * [ProductFilter](/docs/api/storefront/2024-10/input-objects/ProductFilter) ## Examples