Hi,
I’ll preface this by saying I’m not a developer by trade, I just know a bit of code. I apologize in advance if this is naive question.
I’m trying to pull sales by sku by location over a specified timeframe. I can definitely do this by paginating through all the orders over the specified timeframe and then amalgamating by sku, but this feels a bit hamfisted and not so efficient.
I’m integrating the api call with azure function so I’m trying to keep it lean. I think there was at one point a way to pull analytics via api but it appears to be deprecated.
Thanks in advance