FeedbackDetailType
Detailed feedback information for a user. Conveys the score for the feedback, the textual comment, and other information.

Types that use FeedbackDetailType:

Call that uses one or more fields of FeedbackDetailType:

Fields

CommentingUser ( string )
CommentingUserScore ( int )
CommentReplaced ( boolean )
CommentText ( string )
CommentTime ( dateTime )
CommentType ( CommentTypeCodeType )
Countable ( boolean )
FeedbackID ( string )
FeedbackResponse ( string )
FollowUp ( string )
FollowUpReplaced ( boolean )
ItemID ( string )
ItemPrice ( AmountType (double) )
ItemTitle ( string )
ResponseReplaced ( boolean )
Role ( TradingRoleCodeType )
TransactionID ( string )

CommentingUser ( string ) [0..1]
eBay user ID for the user who left the feedback.
See the Field Index to learn which calls use CommentingUser.

CommentingUserScore ( int ) [0..1]
Feedback score of the user in CommentingUser.
See the Field Index to learn which calls use CommentingUserScore.

CommentReplaced ( boolean ) [0..1]
Indicates whether eBay replaced the comment with a message that the comment was removed.
See the Field Index to learn which calls use CommentReplaced.

CommentText ( string ) [0..1]
Text message left by the user in CommentingUser. Used to provide a more in-depth description of the user's opinion of the transaction. Returned as text in the language that the comment was originally left in.
See the Field Index to learn which calls use CommentText.

CommentTime ( dateTime ) [0..1]
Date and time (in GMT) that the feedback was submitted to eBay.
See the Field Index to learn which calls use CommentTime.

CommentType ( see CommentTypeCodeType for possible values ) [0..1]
Type of feedback. Can be Positive, Neutral, Negative, or Withdrawn (see the CommentTypeCodeType code list). Positive feedbacks add to the user's total feedback score, negative feedbacks lower the score, and neutral feedbacks do not affect the score (but do affect the overall picture of the user's online reputation).
See the Field Index to learn which calls use CommentType.

Countable ( boolean ) [0..1]
Specifies if a user's feedback score is or is not countable. This field is returned only when a user's feedback score is not countable (value is false).
See the Field Index to learn which calls use Countable.

FeedbackID ( string ) [0..1]
Unique identifier for the feedback entry.
See the Field Index to learn which calls use FeedbackID.

FeedbackResponse ( string ) [0..1]
Textual comment that the user targeted by feedback may leave in response or rebuttal to the feedback.
See the Field Index to learn which calls use FeedbackResponse.

FollowUp ( string ) [0..1]
Explanation a user can give to a response.
See the Field Index to learn which calls use FollowUp.

FollowUpReplaced ( boolean ) [0..1]
Indicates whether eBay replaced the follow-up with a message that the follow-up was removed.
See the Field Index to learn which calls use FollowUpReplaced.

ItemID ( string ) [0..1]
The ID that uniquely identifies the item listing.
See the Field Index to learn which calls use ItemID.

ItemPrice ( AmountType (double) ) [0..1]
The final price for the item, associated with the currency identified by the currencyId attribute of the AmountType. Not returned if a listing ended more than 90 days ago.
See the Field Index to learn which calls use ItemPrice.

ItemTitle ( string ) [0..1]
Name of the listing for which feedback was provided. Returned as CDATA. Not returned if a listing ended more than 90 days ago.
See the Field Index to learn which calls use ItemTitle.

ResponseReplaced ( boolean ) [0..1]
Indicates whether eBay replaced the response with a message that the response was removed.
See the Field Index to learn which calls use ResponseReplaced.

Role ( see TradingRoleCodeType for possible values ) [0..1]
Indicates whether the user who was the feedback recipient was a Buyer or the Seller for that transaction.
See the Field Index to learn which calls use Role.

TransactionID ( string ) [0..1]
Unique identifier for the transaction about which this feedback entry was left. This field is not returned in the case of TransactionIDs from Chinese auction listings, because a value of zero is used for TransactionIDs in such cases.
See the Field Index to learn which calls use TransactionID.

This document was generated with a customized version of the apireferencedocs tool.

© 2006–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.