How can I pull only 'yesterday's' orders from Shopify API using Python. Needs to be dynamic, not static
I have successfully pulled all orders. However, my goal is to have my task scheduler run my python script to pull yesterday's or today's only orders and append the orders to an ongoing master orders list in either a SQL…