Hi,
Sorry for the delayed response, I've been pulled to other projects and haven't had a chance to work on this in a while. Yes, I am using the Order API as per this api. I am able to pull orders via the OrderListQuery API. However, the OrderListQuery API appears to require that I pass in an OrderList/QueryParams/OrderID or a range of Ids. Is there a way for me to instead pull all orders with a given status? Alternatively, is there a way to pull all orders? If neither of those two, is there a way to pull the Order Id range necessary to pull all orders?
I figure If there is no way to pull all orders of a given status, hopefully there is some way for me to pull the list of all orders down, and I can do filtering on the data after pulling from Yahoo.
Thanks!