Product Filter by Custom Metafields

Hello Clude,

I am experiencing an issue with a custom product query in Shopify. Here is the query I am currently using:

For Ref : https://prnt.sc/bWVHza7wWgYJ

However, I need to set conditions such as metafield:bundle_product.is_bundle: true, but this is not working.

Has anyone tried this type of query before? If so, how can I achieve the desired result?

Thanks,
Akash

Hi @akashcmarix
As far as I understand, filtering using the metafield parameter isn’t supported in the list. One approach could be fetching all data including key, value, and namespace, then compare it with the desired result you’re looking to find.
https://shopify.dev/docs/api/admin-graphql/unstable/queries/products
Hope it’s helpful for you :blush: