Problem filter products from collection by price in Storefront graphql api

Topic summary

A developer is experiencing issues with price filtering in Shopify’s Storefront GraphQL API. Despite implementing a price filter ({ price: { min: 0.0, max: 100.0 } }) in their collection products query, the returned results are not being filtered by the specified price range.

Query Details:

  • Attempting to filter products within a collection by price (0-100)
  • Query includes standard product fields (title, handle, priceRange, images, etc.)
  • Using variables for pagination, sorting, and localization (US/EN)

The Problem:
The API returns all products in the collection regardless of the price filter applied. For example, products priced at $630 are appearing in results despite the 0-100 filter.

Current Status:
The issue remains unresolved. Another user has commented asking if the original poster found a solution, indicating they’re facing the same problem. No working solution or explanation has been provided yet.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Goodmorning,

i write because i’ve a problem with filters: i try to filters products under a collection like in the example in Storefront graphql api but result list is not filter.

My query

query($numProducts: Int, $cursor: String, $sort: ProductCollectionSortKeys, $collectionId: ID, $orderBy: Boolean, $language: LanguageCode, $country: CountryCode) @inContext(country: $country, language: $language) {
collection(id: $collectionId) {
handle,
products(first: $numProducts
after: $cursor,
sortKey: $sort,
reverse: $orderBy,
filters: [
{ price: { min: 0.0, max: 100.0 } }
])
{
edges {
node {
id,
handle,
title,
priceRange {
minVariantPrice {
amount,
currencyCode
},
maxVariantPrice {
amount,
currencyCode
}
},
availableForSale,
description,
featuredImage {
id,
width,
height,
url
},
isGiftCard,
tags,
totalInventory,
vendor,
}
}
filters {
id,
label,
type,
values {
count,
id,
input,
label
}
},
pageInfo {
hasNextPage
endCursor
}
}
}
}

my var

{
“numProducts”: 250,
“cursor”: null,
“sort”: null,
“collectionId”: “gid://shopify/Collection/268245860450”,
“orderBy”: null,
“language”: “EN”,
“country”: “US”
}

result

“data”: {
“collection”: {
“handle”: “women-shoes-sneakers”,
“products”: {
“edges”: [
{
“node”: {
“id”: “gid://shopify/Product/6834155061346”,
“handle”: “darys-leather-sneakers-in-dusty-white-and-light-blue-6303015”,
“title”: “Darys”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “650.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “650.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Part of the Outline collection, the Darys sneaker – here in dusty white and light blue – features a running-inspired rubber sole. The sporty, lace-up style is punctuated with nubuk leather.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29216174735458”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK002U_NK001_I0F8_01.jpg?v=1674831780
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”
],
“totalInventory”: 81,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834152505442”,
“handle”: “demmy-leather-and-fabric-sneakers-in-sage-light-blue-and-white-6303455”,
“title”: “Demmy”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “630.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “630.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Crafted with a thick rubber sole that speaks to Bally’s running inspiration, the Demmy sneakers are finished with shiny palladium hardware for a smart yet sporty feel. They’re punctuated with plain and suede-finish leather.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29218634334306”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK0061_TE037_I625_01.jpg?v=1674829360
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”
],
“totalInventory”: 63,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834150801506”,
“handle”: “wiggles-leather-sneakers-in-dusty-white-6303444”,
“title”: “Wiggles”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “770.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “770.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Designed to a strobel construction, guaranteeing flexibility and a lightweight feel, the Wiggles sneakers are crafted from dusty white calf suede, and have a classic rubber sole.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29218629353570”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK003C_SU013_U013_01.jpg?v=1674829150
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“LADIES-WILSON”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”,
“WILSON”
],
“totalInventory”: 21,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834147098722”,
“handle”: “demmy-leather-and-fabric-sneakers-in-white-grey-and-dusty-white-6303454”,
“title”: “Demmy”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “630.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “630.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Crafted with a thick rubber sole that speaks to Bally’s running inspiration, the Demmy sneakers are finished with shiny palladium hardware for a smart yet sporty feel. They’re punctuated with plain and suede-finish leather.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29263044477026”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK0061_TE037_I0G2_01.jpg?v=1676370839
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”
],
“totalInventory”: 51,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834142773346”,
“handle”: “weky-leather-sneakers-in-dusty-white-6303432”,
“title”: “Weky”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “720.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “720.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Featuring a classic rubber sole and a soft suede upper, the Weky sneakers are created to a strobel construction, giving a lightweight feel and elevating a daily essential.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29218621292642”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK002G_SU013_U013_01.jpg?v=1674828856
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“LADIES-WILSON”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”,
“WILSON”
],
“totalInventory”: 21,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834143592546”,
“handle”: “dean-leather-fabric-and-polyester-sneakers-in-dusty-white-and-light-beige-6303442”,
“title”: “Dean”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “600.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “600.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Part of the running-inspired Outline collection, the Dean sneaker – here in a palette of dusty white and light beige – features a thick rubber sole. The style is crafted from polyester, fabric and calf leather for a distinctly sporty look.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29218624536674”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK002Y_TE032_I0D3_01.jpg?v=1674828992
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”
],
“totalInventory”: 32,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834143297634”,
“handle”: “demmy-leather-and-fabric-sneakers-in-peach-bone-and-white-6302863”,
“title”: “Demmy”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “630.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “630.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Crafted with a thick rubber sole that speaks to Bally’s running inspiration, the Demmy sneakers are finished with shiny palladium hardware for a smart yet sporty feel. They’re punctuated with plain and suede-finish leather.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29218621390946”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK0061_TE037_I3E7_01.jpg?v=1674828865
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”
],
“totalInventory”: 69,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6834139398242”,
“handle”: “dean-leather-fabric-and-polyester-sneakers-in-dusty-white-and-peach-6303443”,
“title”: “Dean”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “600.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “600.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “Part of the running-inspired Outline collection, the Dean sneaker – here in a palette of dusty white and peach – features a thick rubber sole. The style is crafted from polyester, fabric and calf leather for a distinctly sporty look.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29218634104930”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK002Y_TE032_I0E4_01.jpg?v=1674829352
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D2.SS”
],
“totalInventory”: 32,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6826695229538”,
“handle”: “darky-leather-sneakers-in-black-dusty-white-light-blue-6302780”,
“title”: “Darky”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “720.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “720.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “A new addition to the Outline range, the Darky sneaker features a number of brand signatures, including the Bally Wing , here updated with a topstitched finish. This variation is crafted from plain and suede leather in a palette of black, dusty white and light blue.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29216165134434”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK002W_SU012_I9H4_01.jpg?v=1674741249
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D0”
],
“totalInventory”: 46,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6826692083810”,
“handle”: “darys-leather-sneakers-in-dusty-white-and-orange-6303439”,
“title”: “Darys”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “650.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “650.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “The statement orange Bally Wing to the side of these sneakers is one of many defining details. You’ll also find orange topstitching and a pull tab to the back, plus a comfortable cushioned rubber sole.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29216174702690”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK002U_NK001_I0E3_01.jpg?v=1674741545
},
“isGiftCard”: false,
“tags”: [
“EMPLOYEE”,
“LADIES”,
“LADIES-MAIN-SHOES”,
“LADIES-OUTLINE”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“OUTLINE”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D1.SS”
],
“totalInventory”: 37,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6826690707554”,
“handle”: “maren-leather-sneakers-in-black-6303446”,
“title”: “Maren”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “670.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “670.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “A statement high-top design, the Maren sneakers were designed with our signature Bally Lift high raised sole, plus tonal Bally Stripe detailing and a rear fabric pull tab.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29216202489954”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK003E_VT012_U901_01.jpg?v=1674742351
},
“isGiftCard”: false,
“tags”: [
“BALLY LIFT”,
“EMPLOYEE”,
“LADIES”,
“LADIES-BALLY LIFT”,
“LADIES-MAIN-SHOES”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D1.SS”
],
“totalInventory”: 48,
“vendor”: “bally-us-dev”
}
},
{
“node”: {
“id”: “gid://shopify/Product/6826690379874”,
“handle”: “demmy-leather-sneakers-in-grey-and-dusty-white-6303452”,
“title”: “Demmy”,
“priceRange”: {
“minVariantPrice”: {
“amount”: “650.0”,
“currencyCode”: “USD”
},
“maxVariantPrice”: {
“amount”: “650.0”,
“currencyCode”: “USD”
}
},
“availableForSale”: true,
“description”: “The Demmy sneakers boast a unique blend of technical details and elevated aesthetics, with their ombre Bally Wing accents, contrasting laces and Vibram® Megagrip outsole.”,
“featuredImage”: {
“id”: “gid://shopify/ProductImage/29216136364130”,
“width”: 2000,
“height”: 2500,
“url”: “https://cdn.shopify.com/s/files/1/0562/8343/1010/products/BALLY_WK003P_VT005_I769_01.jpg?v=1674740344
},
“isGiftCard”: false,
“tags”: [
“CNY”,
“EMPLOYEE”,
“LADIES”,
“LADIES-CNY”,
“LADIES-MAIN-SHOES”,
“LADIES-SHOES”,
“LADIES-SHOES-SNEAKER”,
“PROMO”,
“SHOES”,
“SIZE_GRID_US”,
“SNEAKER”,
“SS23-D1.SS”
],
“totalInventory”: 14,
“vendor”: “bally-us-dev”
}
},

Thank you
Davide

Hello. Did you fix this issue? I am facing the same.