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:
- Are there any advanced filtering or search techniques in the API to bypass this?
- 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!