Home
Find the answer to your question
CompleteSale will set a transaction as PaymentReceived and Shipped. How can I retrieve this information using the API?
Summary
PaidTime can be reported from the following api calls if the requester is the buyer or the seller :
-- GetItemTransactions
-- GetSellerTransactions
-- GetOrderTransactions
ShippedTime is returned in several APIs listed below if the api caller is the buyer or the seller:
-- GetItemTransactions
-- GetSellerTransactions
-- GetMyeBaySelling
-- GetOrderTransactions
Additional Resources