Using the Admin GraphQL API, it’s possible to query products by category_id. See products - GraphQL Admin (As an aside, the documentation on this particular query option is wrong - to work successfully (at least in API version 2024-10), the ID should be specified as just the trailing part (e.g., “category_id:aa
”, not “category_id:gid://shopify/TaxonomyCategory/aa
”
Is there a plan to support the same type of query in the Storefront GraphQL API?
Note I’m talking about querying by the Shopify Standard Product Taxonomy category ID, not a “Collection” ID.