Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hi,
I am tying to have a weekly summary of orders to be sent internally within our organisation.
Since Shopify limits the getOrderData to max 100 orders and we have definitely more than 100 orders a week the flow doesn't work.
Is there a workaround for this?
My idea is to fetch order data for the past week and then send email of total number of orders, then separate how many orders with tag "X" etc
Unfortunately, the Shopify API only allows 100 order fetches per request; however, you can work around this by utilizing pagination and the page_info cursor. You can loop over all of the orders from the previous week using pages. After that, you may generate an internal email report by breaking out the total number of orders in this or similar filters (such as "X") and clicking "Send." Scripts or automation platforms like Zapier or Make can be used to write the logic in a flow, whether it's a custom app or a flow solution like Shopify Flow.
You could just store the data in a metafield and then once a week send that data out.
Something like:
In a second workflow
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025