This workflow retrieves all Shopify Orders and saves them into a Google Sheets spreadsheet using the Shopify Admin REST API. It uses pagination to ensure all orders are collected efficiently.
I originally built this workflow for my own use and found it valuable for understanding how Shopify pagination works. Now, I’m sharing it to help others automate their order retrieval process.
Instead of relying on the built-in Shopify node (Get Orders Many), this workflow leverages the HTTP Request node to fetch paginated chunks manually.
Include Response Headers and Status
in the HTTP Request node.You can adjust these parameters in the HTTP Request node:
📌 Note: when you query the paginated chunks with page_info
, only the limit and fields parameters are allowed
Explore More Templates
👉 Check out my other n8n templates