Find the answer to your question
Advanced Search
Question
Why use GetOrders versus GetItemTransactions or GetSellerTransactions?
Answer
Summary
Use GetOrders instead of GetItemTransactions or GetSellerTransactions for order (sales) management
Detailed Description
GetOrders is the recommended call to use for order (sales) management. Use this call to retrieve all orders in which the authenticated caller is either the buyer or seller. For more details refer to: https://developer.ebay.com/devzone/xml/docs/reference/ebay/getorders.html
If you typically use GetItemTransactions or GetSellerTransactions for order (sales) management, consider using GetOrders instead. The GetOrders call has been enhanced to retrieve single line item orders (traditionally known as 'transactions') and multiple line item orders (traditionally known as Combined Payment orders). Prior to 705, it was necessary to use GetItemTransactions or GetSellerTransactions.
How well did this answer your question?
Answers others found helpful
- GetItemTransactions, GetOrders & GetItem returns "Invalid Request" for Buyer Email.
- Transactions missing in GetSellerTranasctions or Orders missing in GetOrders response
- Sample to determine if GetSellerTransactions response has more items in C# using .NET SDK
- What does SIS mean?
- ShippingServiceSelectedCost is returned as 0 in GetItemTransactions and GetSellerTransactions