Home
Find the answer to your question
How can I find out if buyer and seller have left the feedbacks for a transaction?
Summary
When a feedback is left by either the seller or the buyer for a transaction, the data as below will be reported in GetMyeBaySelling and GetMyeBayBuying:
For buyer:
WonList.OrderTransactionArray.OrderTransaction.Order.TransactionArray.Transaction.FeedbackLeft
WonList.OrderTransactionArray.OrderTransaction.Order.TransactionArray.Transaction.FeedbackReceived
For seller:
SoldList.OrderTransactionArray.OrderTransaction.Transaction.FeedbackLeft
SoldList.OrderTransactionArray.OrderTransaction.Transaction.FeedbackReceived
Please note that 1. The FeedbackLeft and FeedbackReceived properties are only returned if the data are available.
2. GetItemWaitingFeedback also reports FeedbackReceived or FeedbackLeft data if only one of the involved users has left a feedback for a given transaction.
Detail Description
The sample response obtained from the GetMyeBayBuying request shows that both the FeedbackLeft and FeedbackReceived information for the transaction 27981064005 have returned, while only the FeedbackReceived tag is returned for the transaction 34847927005 which indicates that the buyer needs to leave feedback to the seller of the transaction.
<?xml version="1.0" encoding="utf-8" ?>