---
title: PriceRangeFilter - Storefront API
description: |
A price range for filtering products in a collection. Used by the [`ProductFilter`](/docs/api/storefront/2025-04/input-objects/ProductFilter) input's [`price`](/docs/api/storefront/2025-04/input-objects/ProductFilter#fields-price) field.
> Note: Omitting the [maximum](https://shopify.dev/docs/api/storefront/currents/input-objects/PriceRangeFilter#fields-max) returns all products above the [minimum](/docs/api/storefront/2025-04/input-objects/PriceRangeFilter#fields-min).
api_version: 2025-04
api_name: storefront
type: input-object
api_type: graphql
source_url:
html: https://shopify.dev/docs/api/storefront/2025-04/input-objects/pricerangefilter
md: https://shopify.dev/docs/api/storefront/2025-04/input-objects/pricerangefilter.md
---
# PriceRangeFilter
input\_object
A price range for filtering products in a collection. Used by the [`ProductFilter`](https://shopify.dev/docs/api/storefront/2025-04/input-objects/ProductFilter) input's [`price`](https://shopify.dev/docs/api/storefront/2025-04/input-objects/ProductFilter#fields-price) field.
***
**Note:** Omitting the \maximum\ returns all products above the \minimum\.
***
## Fields
* max
[Float](https://shopify.dev/docs/api/storefront/2025-04/scalars/Float)
The maximum price in the range. Empty indicates no max price.
* min
[Float](https://shopify.dev/docs/api/storefront/2025-04/scalars/Float)
Default:0.0
The minimum price in the range. Defaults to zero.
***
## Input objects using this input
* [ProductFilter.price](https://shopify.dev/docs/api/storefront/2025-04/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
* [ProductFilter.price](https://shopify.dev/docs/api/storefront/2025-04/input-objects/ProductFilter#fields-price)