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

    The 10 most positive and most negative review topics for all items in a browse node.

    interface ItemReviewTrends {
        negativeTopics?: ItemReviewTrend[];
        positiveTopics?: ItemReviewTrend[];
    }
    Index

    Properties

    negativeTopics?: ItemReviewTrend[]

    A list of the most negative review topics. The percentage of reviews that contain the topic determines the topic's placement in the list. This value is null if there are not enough negative reviews for the specified ASIN. Max length: 10

    positiveTopics?: ItemReviewTrend[]

    A list of the most positive review topics. The percentage of reviews that contain the topic determines the topic's placement in the list. This value is null if there are not enough positive reviews for the specified ASIN. Max length: 10