eBay Shopping APIVersion 1293
 

CommentTypeCodeType ( token )

This enumerated type list the Feedback ratings that can be left by one eBay user for another user regarding that user's experience with the another user during the purchase/checkout flow of an order line item.

Type that uses CommentTypeCodeType:

Call that uses one or more values of CommentTypeCodeType:

Enumeration Values

Value Description
CustomCode This value is reserved for internal or future use.
IndependentlyWithdrawn This value indicates that a submitted Feedback entry was withdrawn based on the decision of a third-party (such as eBay). If a Feedback entry is withdrawn, the effect of that entry on the overall Feedback score is nullified.
Negative This value indicates that the buyer's experience with the seller (receiving feedback) was rated as a 'Negative' experience. If an eBay seller receives a Negative rating for an order line item, their overall Feedback score decreases by a value of 1. Note that sellers can only give 'Positive' feedback to buyers, so a Negative rating is not an option.
Neutral This value indicates that the buyer's experience with the seller (receiving feedback) was rated as a 'Neutral' experience. If an eBay seller receives a Neutral rating for an order line item, their overall Feedback score remains the same. Note that sellers can only give 'Positive' feedback to buyers, so a Neutral rating is not an option.
Positive This value indicates that the buyer's or seller's experience with the other user (receiving feedback) was rated as a 'Positive' experience. If an eBay user receives a Positive rating for an order line item, their overall Feedback score increases by a value of 1. Note that sellers can only give 'Positive' feedback to buyers (or just refrain from leaving Feedback).
Withdrawn This value indicates that a submitted Feedback entry was withdrawn. If a Feedback entry is withdrawn, the effect of that entry on the overall Feedback score is nullified. However, Feedback comments from the withdrawn entry are still visible.
  * See the Enumeration Index to see exact use of each enumeration value in the API.