Storefron query bundles

Topic summary

A developer is encountering issues querying product bundles in their Hydrogen storefront app.

Problem:

  • Attempting to retrieve bundles using the node query with a gid (global ID) returns an empty response
  • The response shows {"data": {"node": null, "product": null}}

Questions raised:

  • Whether this is a permissions/privileges issue
  • If GraphQL has a different query option specifically for bundles

The issue remains unresolved with no responses yet. The developer is seeking guidance on the correct approach to query bundle data through the Storefront API.

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

I tried get bundles from storefront in my Hydrogen app.

At the start I tried with get node with gid but i get empty response.

Is it problem with privileges or graphQL has different query option for bundles?

response for get by node and product by gid

{
  "data": {
    "node": null,
    "product": null
  }
}