Description
The FeedbackDetails container has fields (ItemID, etc.) with information about one feedback entry.
Derived By
Type ns:FeedbackDetailType
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ns:CommentingUser |
xs:string |
eBay user ID for the user who left the feedback.
|
| ns:CommentingUserScore |
xs:int |
Feedback score of the user in CommentingUser.
|
| ns:CommentText |
xs:string |
Text message left by the user in CommentingUser.
|
| ns:CommentTime |
xs:dateTime |
Date and time (in GMT) that the feedback was submitted to eBay.
|
| ns:CommentType |
ns:CommentTypeCodeType |
Type of feedback.
|
| ns:FeedbackResponse |
xs:string |
Textual comment that the user targeted by feedback may leave in response or rebuttal to the feedback.
|
| ns:FollowUp |
xs:string |
Explanation a user can give to a response.
|
| ns:ItemID |
xs:string |
The ID that uniquely identifies the item listing.
|
| ns:Role |
ns:TradingRoleCodeType |
Indicates whether the user who was the feedback recipient was a Buyer or the Seller for that transaction.
|
| ns:ItemTitle |
xs:string |
Name of the listing for which feedback was provided.
|
| ns:ItemPrice |
ns:AmountType |
The final price for the item, associated with the currency identified by the currencyId attribute of the AmountType.
|
| ns:FeedbackID |
xs:string |
Unique identifier for the feedback entry.
|
| ns:TransactionID |
xs:string |
Unique identifier for the transaction about which this feedback entry was left.
|
| ns:CommentReplaced |
xs:boolean |
Indicates whether eBay replaced the comment with a message that the comment was removed.
|
| ns:ResponseReplaced |
xs:boolean |
Indicates whether eBay replaced the response with a message that the response was removed.
|
| ns:FollowUpReplaced |
xs:boolean |
Indicates whether eBay replaced the follow-up with a message that the follow-up was removed.
|
| ns:Countable |
xs:boolean |
Specifies if a user's feedback score is or is not countable.
|
| any |
|
|
Remarks
When you call GetUserProfile, the 5 (maximum) most recent feedback records are returned in FeedbackDetails containers.