This type provides attributes for returned feedback entries.
Type that uses FeedbackDetail
Call that uses FeedbackDetail
Fields
true, feedback was generated and added automatically by eBay. If a seller has a feedback score 10 or less, eBay automatically leaves feedback. The buyer can choose to override the eBay feedback and leave feedback normally. Note: Detailed Seller Ratings (DSRs) are not provided by ebay, only a predefined comment and a positive rating.
POSITIVE, NEUTRAL, NEGATIVE. Note: Sellers can only leave positive feedback for buyers.
true, it means the feedback can be modified. Feedback that is older than 30 days or has already been revised once cannot be erased or further revised.Note: This array only applies to buyers feedback for sellers (sellers can only give positive feedback to buyers).
ENTERED).Note: A buyer leaves followup comments, and a seller leaves reply comments.
true, this boolean indicates that the feedback entry has one or more images attached. If false, there are no images attached.Note: Certain fields within this container are returned only when the request uses the Authorization code grant flow (user access token) and the user_id matches the authenticated user. These fields are not returned when accessing a different user_id or when using the Client credentials grant flow (application access token). See OAuth scope for for details on the flows and required permissions.
true, this boolean indicates the feedback reply was given by the seller before the follow-up comment was given buy the buyer.Note: A buyer leaves followup comments, and a seller leaves reply comments.
topics:product-satisfaction, the returned array might be: {
"coarseTopic" : "product-satisfaction",
"highlightedTexts" : [
"This machine is amazing",
"Very happy with this purchase"
],
"sentiment" : "Positive"
}If no topics exist for that feedback, an empty array is returned.