Can daily order data be pull in one API call?

I am trying to pull total amount of revenue generated per day from the orders API. Is there a way to do this without pulling one order at a time and rather pull a sum of the day? I am running into throttling issues when trying to get weeks of data.

Hi there,

I am not sure of your use case, however, one way is to use the “Webhooks” to process orders in real time. You need to be sure here that you don’t miss any data due to your server not responding or any other reason.

Thanks