Mark_
So it means that for very Shopify Order we have to make 2 calls - the 1st one to get the order content and the 2nd one - to populate locations the items will be shipped from.
We are using REST API, so we can get 100 orders in one request - and then we would need to make 100(!) more requests to populate locations? Doesn’t seem logical to me.
Just imagine Black Friday… our clients are downloading few thousand orders… how long is it gong to take? And GraphQL isn’t any better in that regard.
The information is available during the order download - why not to provide it? Any suggestions how to avoid extra thousands of calls?
Thank you!