I’m trying to get yesterday’s order metrics for a Shopify store. Metrics include a sum of orders, order value (total sales), units, etc.
My goal is to automatically run the scenario each day to get yesterday’s daily order values and make a new row in Airtable for each day.
I don’t believe Shopify provided a sum of daily order metrics via their API.
Is best practice to aggregate the values in an Iterator, Aggregator or Array Aggregator module?
Is there a different approach for a store with under 100 orders/day vs 1000 orders/day?
Or, am I thinking about this wrong and should use another app to get the aggregated daily data to not burn through Make.com operations?
Thank you, David