Hello everyone,
We are developing a public drop shipping app that would be installed by multiple merchants. I’m trying to wrap my head around querying Orders via Shopify API when there are multiple merchants . I just finished the oauth integration and have an active dev App in Shopify. Through the oauth process I have the shopUrl and access tokens, but seeing if there is a way to query for all Orders for all active merchants in batch? Basically I’m trying to populate a table in our app that shows all open orders, and think there has to be a better way than looping through each merchant individually and querying for their Orders that way?
Thanks for any and all help!!