How to Fetch 250+ Customer Tags in Shopify's GraphQL API with Pagination Limitations?

Hello Shopify Dev Community,

I’m working with Shopify’s GraphQL Admin API and need to fetch more than 250 customer tags. Currently, the customerTags field doesn’t seem to support pagination with the after argument, and the Shopify documentation indicates that pagination might not work for tags over 250.

Does anyone have suggestions or workarounds for fetching all customer tags beyond the 250 limit? I’m trying to find the most efficient way to handle this limitation. For example:

  1. Are there any advanced filtering or search techniques in the API to bypass this?
  2. Can I use any alternative methods (like bulk API or creating multiple queries with different tag groupings)?

Would appreciate any advice or best practices you’ve found for managing large sets of tags.

Thanks in advance!

Hi - this is a known limitation that it’s not possible to paginate customer tags. This is on the product teams radar to address but there’s no ETA I can share currently.