Developers Program

PaidTime and ShippedTime

Published: June 28 2005, 1:17:00 PMยทUpdated: July 25 2022, 12:39:12 AM

Products

Question

CompleteSale will set a transaction as PaymentReceived and Shipped. How can I retrieve this information using the API?

Answer

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

Additional Comments
How well did this answer your question?