What i am trying to accomplish is that i am creating a program which will run daily to get the Paid and Unshipped Transactions from EbayDataBase to our own in house database...
I am using GetOrders() and retrieving only the transactions with the order status of completed items. How am I going to get the sold transactions only with a status of "Awaiting Shipment" (just like you see in the regular eBay web interface under selling manager)?
Which particular field or fields do I need to check to determine if the transaction is "Paid & Shipped", "Awaiting Payment", "Awaiting Shipment"?
Do I need to use a different method other than GetOrders() to accomplish this?
Thanks for your help,