Storefront API - Collection Filters Are Not Responding

When we use the following request through storefront API (2025-10), we are not retrieving any response. This is not just for our API only, but even we try it from GraphiQL App, we still got the same conclusion, no response for some reason. Is anyone experiencing the same issue? I am also sharing the request, and the screenshot.

query MyQuery {
  collection(id: "gid://shopify/Collection/660439138670") {
    products(first: 50) {
      filters {
        label
      }
    }
  }
}

1 Like

Seeing the same thing on multiple stores. Unfortunately it’s also breaking our layout :expressionless:

Duplicated here: Storefront GraphQL API returns no filters - #4 by SHPDev

Thanks for flagging - same issue as the other thread. This was caused by a recent change on our end that inadvertently affected collection filter responses for some users and regions. It has since been rolled back.

Can you confirm filters are returning as expected now?

1 Like