0

Polling for orders via Yahoo Order API

Hi all,

I was wondering how best to pull orders via the Yahoo order API. I need to create a job which pulls all orders on a daily basis with a given status (shipped or tracked). However, I need to limit the size of my pull to only new orders which have not been pulled prior. Any suggestions on how to go about implementing this would be much appreciated. Thanks!

by
2 Replies
  • Andrew,

    To better understand your problem can you explain which API you are trying to use?? Are you trying to use API described here??

    0
  • 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!

    0

Recent Posts

in .NET Development