Paginate Shopify Products with GraphQL Cursor-Based Navigation
## Shopify GraphQL Cursor Loop
Many Shopify GraphQL queries have the ability to return a cursor which you can loop over. However, the N8N GraphQL node does not natively have the ability to fetch pages. This simple 3-node workflow displays how to set up a cursor to fetch all items in a collection. Note: The pageSize in the Shopify products node is set to 5 to illustrate how querying by cursor works. In production, set this to a much larger value. Also, update the endpoint in the GraphQL node to reflect your Shopify store.
Platform
n8n
Category
E-commerce
Price
Free
Creator
Richard Uren
if
wait
graphql
stickyNote
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.