Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about the seller's feedback, including the percentage of positive feedback, and the total number of ratings received.

    interface SellerFeedbackType {
        FeedbackCount: number;
        SellerPositiveFeedbackRating?: number;
    }
    Index

    Properties

    FeedbackCount: number

    The number of ratings received about the seller.

    SellerPositiveFeedbackRating?: number

    The percentage of positive feedback for the seller in the past 365 days.