FeedbackDetailType

Container consisting of detailed information on a Feedback entry for a specific order line item.

Types that use FeedbackDetailType:

Call that uses one or more fields of FeedbackDetailType:

Fields

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

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

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

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

CommentText ( string ) [0..1]
Textual comment that explains, clarifies, or justifies the Feedback rating specified in CommentType.

The comment is returned as text in the language that the comment was originally left in. This comment will still be displayed even if a submitted Feedback entry is withdrawn.
See the Field Index to learn which calls use CommentText.

CommentTime ( dateTime ) [0..1]
Timestamp (in GMT) indicating the date/time that the Feedback entry was submitted to eBay.
See the Field Index to learn which calls use CommentTime.

CommentType ( see CommentTypeCodeType for possible values ) [0..1]
This value indicates the rating of the feedback left by the user identified by CommentingUser.

A Positive rating increases a user's Feedback score, a Negative rating decreases a user's Feedback score, and a Neutral rating does not affect a user's Feedback score.

Sellers cannot leave Neutral or Negative ratings for buyers.
See the Field Index to learn which calls use CommentType.

Countable ( boolean ) [0..1]
The flag indicates whether or not the Feedback entry will affect the user's Feedback score. Only feedback left by verified users can count toward the aggregate score of another user. If a unverified user leaves a Feedback entry, then later becomes verified, that Feedback entry will still have no affect on the recipient user's Feedback score. Or, if a user is verified and at some later date changes to unverified status, the Feedback entry left while the user was verified remains in effect.
See the Field Index to learn which calls use Countable.

FeedbackID ( string ) [0..1]
Unique identifier for the feedback entry. Returned for a detail level of ReturnAll (if the parent is returned).
See the Field Index to learn which calls use FeedbackID.

FeedbackResponse ( string ) [0..1]
Textual comment that the recipient of the feedback may leave in response or rebuttal to the feedback. Responses to Feedback comments cannot be submitted or edited via the API.
See the Field Index to learn which calls use FeedbackResponse.

FeedbackRevised ( boolean ) [0..1]
Flag used to indicate whether or not a Feedback entry was revised (rating was changed).
See the Field Index to learn which calls use FeedbackRevised.

Followup ( string ) [0..1]
Explanation a user can give to a response. Follow-ups to Feedback comments cannot be submitted or edited via the API.
See the Field Index to learn which calls use Followup.

FollowUpReplaced ( boolean ) [0..1]
Flag used to indicate whether or not eBay replaced the follow-up to the Feedback comment with a message that the follow-up to the Feedback comment was removed.
See the Field Index to learn which calls use FollowUpReplaced.

ItemID ( ItemIDType (string) ) [0..1]
The unique identifier 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. This value can be returned as part of the Detailed Seller Ratings feature. 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 item listing for which feedback was provided. Returned as CDATA. This value can be returned as part of the Detailed Seller Ratings feature. Not returned if a listing ended more than 90 days ago.
See the Field Index to learn which calls use ItemTitle.

OrderLineItemID ( string ) [0..1]
OrderLineItemID is a unique identifier for an eBay order line item and is based upon the concatenation of ItemID and TransactionID, with a hyphen in between these two IDs.
See the Field Index to learn which calls use OrderLineItemID.

ResponseReplaced ( boolean ) [0..1]
Flag used to indicate whether or not eBay replaced the response to the Feedback comment with a message that the response to the Feedback comment was removed.
See the Field Index to learn which calls use ResponseReplaced.

Role ( see TradingRoleCodeType for possible values ) [0..1]
Indicates whether the recipient of the Feedback entry is the buyer or the seller for the corresponding order line item.
See the Field Index to learn which calls use Role.

TransactionID ( string ) [0..1]
Unique identifier for an eBay order line item for which the Feedback entry was left. This field is not returned if the Feedback entry was left for an auction listing, since all auction listings have a TransactionID value of 0.
See the Field Index to learn which calls use TransactionID.

Copyright © 2005–2013 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.