eBay Trading APIVersion 1349
 

FeedbackInfoType

Type defining the Feedback details for an order line item, including the eBay User ID of the user the feedback is intended for, the Feedback rating, and the Feedback comment.

Types that use FeedbackInfoType:

Calls that use FeedbackInfoType:

Fields

CommentText ( string ) [0..1]
Textual comment that explains, clarifies, or justifies the Feedback rating specified in CommentType. This field is required in CompleteSale if the FeedbackInfo container is used.

This comment will still be displayed even if submitted Feedback is withdrawn.
See the Field Index to learn which calls use CommentText.

CommentType ( CommentTypeCodeType ) [0..1]
This value indicates the Feedback rating for the user specified in the TargetUser field. This field is required in CompleteSale if the FeedbackInfo container is used.

A Positive rating increases the user's Feedback score, a Negative rating decreases the user's Feedback score, and a Neutral rating does not affect the user's Feedback score. eBay users also have the right to withdraw feedback for whatever reason.

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

TargetUser ( UserIDType (string) ) [0..1]
This eBay User ID identifies the recipient user for whom the feedback is being left. This field is required in CompleteSale if the FeedbackInfo container is used.
See the Field Index to learn which calls use TargetUser.