"warnings": [
{
"field": "tag",
"message": "Invalid search field for this query."
}
]
In the docs it looks as though I can’t filter on tag or tags - if that is the case, how can I retrieve all customers with a specific tag, without retrieving all customers are filter by tag after the API call?
Your syntax looks correct, and I just tested this with my own customer tag and it worked with no issues. Are you running that query from the Shopify GraphiQL App?
Hi @Ricky_Kissoon - yes I’m running it from the Shopify GraphiQL App… That’s where I’m seeing the error message. Will that not return the same results?
Sorry, I was mistaken. It also fails for me, and it also fails with Shopify’s other customer query examples.
I tried with the following structure and it failed, even tried with state:enabled and that failed.