How to use Pagination filter in getOrders call (eBay Trading API)? – Ebay API
I write C# application, which gets orders from Ebay. The problem is I can get only 100 orders from getOrders.ApiResponse.OrderArray. I have about 1000 orders. How to get other 900? In another words, how to iterate through ebay orders by…