eBay Trading APIVersion 1349
 

FeedbackDetailType

Type used by the FeedbackDetail containers that are returned in the GetFeedback response. Each FeedbackDetail container consists of detailed information on one Feedback entry for a specific order line item. This container will only be returned if uses the DetailLevel field and sets its value to ReturnAll.

Note: Although it is possible for users to retrieve Feedback entries for order line items in which they are not the buyer or seller, some of the fields of the FeedbackDetail container will not be returned or masked. More details on the fields that will not be returned or masked are discussed in this type's individual fields.

Type that uses FeedbackDetailType:

Call that uses FeedbackDetailType:

Fields



CommentingUser ( UserIDType (string) ) [0..1]
The eBay User ID of the user who left the Feedback entry.

Note: This field is returned, but masked to users who are not either the buyer or seller of the order line item.
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, 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]
This boolean value 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.
See the Field Index to learn which calls use FeedbackID.

FeedbackRatingStar ( FeedbackRatingStarCodeType ) [0..1]
This enumeration value is 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.
See the Field Index to learn which calls use FeedbackResponse.

FeedbackRevised ( boolean ) [0..1]
This flag indicates 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]
This free-form text is the explanation that 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]
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 ( ItemIDType (string) ) [0..1]
The unique identifier of the eBay listing associated with the Feedback entry.

Note: For Feedback entries that were submitted less than five years ago, this field is returned to users who are not the buyer or seller of the order line item, but a dummy value such as '111111111' will be displayed. For Feedback entries that were submitted more than five years ago, this field will not be returned at all to users who do not have a relationship (as a buyer or seller) to the Feedback entry.
See the Field Index to learn which calls use ItemID.

ItemPrice ( AmountType (double) ) [0..1]
The purchase price for the item that was associated with the Feedback entry. This value can be returned as part of the Detailed Seller Ratings feature. Not returned if a listing 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 item listing for which Feedback was provided. The title is 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. 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.

OrderLineItemID ( string ) [0..1]
The unique identifier for an eBay order line item. For Feedback entries that were left for the buyer by the seller, an OrderLineItemID value will not be returned to a user that was not involved in the transaction as either the buyer or seller.

Note: For Feedback entries that were submitted less than five years ago, this field is returned to users who are not the buyer or seller of the order line item, but a dummy value such as '11111111-0' will be displayed. For Feedback entries that were submitted more than five years ago, this field will not be returned at all to users who do not have a relationship (as a buyer or seller) to the Feedback entry.
See the Field Index to learn which calls use OrderLineItemID.

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.

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.

Note: For Feedback entries that were submitted less than five years ago, this field is returned to users who are not the buyer or seller of the order line item, but a dummy value such as '111111111' will be displayed. For Feedback entries that were submitted more than five years ago, this field will not be returned at all to users who do not have a relationship (as a buyer or seller) to the Feedback entry.
See the Field Index to learn which calls use TransactionID.