Hey everyone,
I'm trying to pull specific numbers from a Shopify store each month, and on demand. Not sure how to go about it.
Here's the type of info I'd like to pull:
New contacts (customer added date = last month)
New contacts who've made an order (customer added date = last month + amount spent > $15)
Same as above, except also on 90 day period (quarter instead of month)
Also, for each month's sales, this info:
The % and amount of revenue by customers who haven't ordered before, those who've spent $15, $50, $100, $150, $200 and $500+
The idea is to see trends in the number of new and existing customers and how much they're contributing to revenue over time.
How would you all recommend I go about doing this?
I looked up the Shopify API guide and not sure where to start, exactly.
Thanks in advance!