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

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?

Filters are missing again today from GraphQL API.

Apologies for the delay @Daniel_Peterson, this was the same platform-side change that caused the original March 5 issue. The change affected how certain Storefront API requests were processed, resulting in empty filter arrays for some stores and request patterns. It was identified and rolled back on April 7.

If you’re still seeing empty results, grab the x-request-id header from a failing response and share it here so I can trace the specific request and rule out a separate cause. Thanks again for raising this!