eBay Shopping APIVersion 1293
 

FeedbackDetailType

Type used by the FeedbackDetails containers that are returned in the GetUserProfile response. Each FeedbackDetails container consists of detailed information on one Feedback entry for the specified eBay user. FeedbackDetails containers are only returned if an IncludeSelector field is included in the request with a value set to FeedbackDetails.

Type that uses FeedbackDetailType:

Call that uses FeedbackDetailType:

Fields



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

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

CommentReplaced ( boolean ) [0..1]
This boolean value indicates 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]
This free-form text is the actual comment that the commenting user left for their order partner. The Feedback comment's purpose is to explain, clarify, or justify the Feedback rating specified in the CommentType field.

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]
This timestamp (in GMT) indicates the date/time that the Feedback entry was submitted to eBay.
See the Field Index to learn which calls use CommentTime.

CommentType ( CommentTypeCodeType ) [0..1]
This value indicates the rating of the Feedback left by the user identified in the CommentingUser field.

A Positive rating increases a user's Feedback score by a value of 1, a Negative rating decreases a user's Feedback score by a value of 1, 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]
This boolean value indicates whether or not the Feedback entry will affect the user's Feedback score.
See the Field Index to learn which calls use Countable.

FeedbackID ( string ) [0..1]
Unique identifier for the Feedback entry. This identifier is auto-generated by eBay at the time of Feedback submittal.
See the Field Index to learn which calls use FeedbackID.

FeedbackRatingStar ( FeedbackRatingStarCodeType ) [0..1]
This enumeration value provides the Feedback Rating Star of the user indicated in the CommentingUser field. See FeedbackRatingStarCodeType for the full list of Feedback Rating Stars, and the Feedback score ranges associated with those stars.
See the Field Index to learn which calls use FeedbackRatingStar.

FeedbackResponse ( string ) [0..1]
This free-form text is the 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. This field is returned as an empty tag if no response to the Feedback entry has been submitted.
See the Field Index to learn which calls use FeedbackResponse.

FollowUp ( string ) [0..1]
This free-form text is the explanation that a user can give to a submitted Feedback response. Follow-ups to Feedback comments cannot be submitted or edited via the API. This field is returned as an empty tag if no Follow-Up to the Feedback response has been submitted.
See the Field Index to learn which calls use FollowUp.

FollowUpReplaced ( boolean ) [0..1]
This boolean value indicates 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 ( string ) [0..1]
The unique identifier of the listing associated with the Feedback entry. For Feedback entries that were left for the buyer by the seller, an ItemID value will not be returned to a user that was not involved in the transaction as either the buyer or seller.
See the Field Index to learn which calls use ItemID.

ItemPrice ( AmountType (double) ) [0..1]
The purchase price for the order line item associated with the Feedback entry. This field may not be returned for a listing that ended more than 90 days ago. For Feedback entries that were left for the buyer by the seller, an ItemPrice value will not be returned to a user that was not involved in the transaction as either the buyer or seller.
See the Field Index to learn which calls use ItemPrice.

ItemTitle ( string ) [0..1]
The title of the listing for which Feedback was provided. This field may not be returned for a listing that ended more than 90 days ago. For Feedback entries that were left for the buyer by the seller, an ItemTitle value will not be returned to a user that was not involved in the transaction as either the buyer or seller.
See the Field Index to learn which calls use ItemTitle.

ResponseReplaced ( boolean ) [0..1]
This boolean value indicates 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.

This enumeration value indicates whether the specified eBay user (and recipient of the Feedback entry) was 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 the order line item for which the Feedback entry was left. The value of this field is always '0' for auction listings since auctions only have one winner/buyer, and only the ItemID value is needed to identify the transaction. For Feedback entries that were left for the buyer by the seller, a TransactionID value will not be returned to a user that was not involved in the transaction as either the buyer or seller.
See the Field Index to learn which calls use TransactionID.