Automates fetching all Shopify orders beyond the 250-limit using GraphQL pagination loop, flattens data, and appends to Google Sheets for reporting.
This workflow is designed for e-commerce managers, data analysts, and n8n beginners needing to pull all Shopify orders—even from stores with thousands—into Google Sheets without manual cursor management. It solves Shopify GraphQL API's 250-order limit by automating pagination with a loop that checks pageInfo.hasNextPage and endCursor until complete.
Key steps include a Schedule Trigger for custom cadences (daily/hourly/manual), a Set node defining startDay (30 days ago) and endDay (today), a Gr
Platform
n8n
Category
Health & Fitness
Price
$17.99
Creator
BestWorkflows
shopify
orders
graphql
pagination
loop
google-sheets
ecommerce
reporting
automation
data-analysis
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.