---
title: PriceRangeFilter - Storefront API
description: |-
  A price range for filtering products in a collection. Used by the [`ProductFilter`](/docs/api/storefront/2026-04/input-objects/ProductFilter) input's [`price`](/docs/api/storefront/2026-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/2026-04/input-objects/PriceRangeFilter#fields-min).
api_version: 2026-04
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

A price range for filtering products in a collection. Used by the [`ProductFilter`](https://shopify.dev/docs/api/storefront/2026-04/input-objects/ProductFilter) input's [`price`](https://shopify.dev/docs/api/storefront/2026-04/input-objects/ProductFilter#fields-price) field.

***

**Note:** Omitting the \<a href="https://shopify.dev/docs/api/storefront/currents/input-objects/PriceRangeFilter#fields-max">maximum\</a> returns all products above the \<a href="/docs/api/storefront/2026-04/input-objects/PriceRangeFilter#fields-min">minimum\</a>.

***

## 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

  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)