Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I'm a newbie to Shopify so forgive me 🙂
I am trying to build my own filter on the Shopify Storefront API using GraphQL.
I was wondering, how do i query on multiple tags and productTypes?
My current code, which is not working at the moment:
How can i filter on product type?
Solved! Go to the solution
This is an accepted solution.
Hi @dev88
You will want to use product_type
rather than productType
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi @dev88
You will want to use product_type
rather than productType
To learn more visit the Shopify Help Center or the Community Blog.