App reviews, troubleshooting, and recommendations
Hi, i want to get product data using graphql api, this is my query.
I want to get products with tags contain "variant:" as prefix, but it not worked.
Can anyone help me? Thank you!
{
products(first: 10, query: "tag:'variant:'*") {
edges {
node {
id
tags
}
}
}
}
or
{
products(first: 10, query: "tag:variant:*") {
edges {
node {
id
tags
}
}
}
}
both of them not working
Just adding that I'm wondering the same thing. I do expect we'll need to escape the :, e.g. `tag:variant/:*`, but beyond that my query is returning a lot less products than it should.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025