Unable to Filter or Paginate customerTags in GraphQL Admin API

I’m trying to query customerTags based on specific title, but the query argument is not available in the GraphQL Admin API. While inspecting Shopify’s admin panel, I noticed that Shopify uses a query named customerTagsV2, but this does not appear in the API documentation.

Additionally, when attempting to paginate customerTags, I noticed the following issues:

The customerTags query does not support the after argument, meaning I cann’t use endCursor for pagination.

The response always returns hasNextPage: false, even when there are more tags than the first value specified in the query.

Is there an alternative way to retrieve customer tags with pagination or filter them based on the title?

Hi,

So customerTagsV2 may be an internal-only query. The product team is aware of the issue with paginating tags, and will release a fix, however I don’t have an ETA to share currently.

Hi,
Thank you for the update. I appreciate the clarification. I’ll wait for the release.