Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The item review subtopic metrics.

    interface ItemReviewSubtopicMetrics {
        numberOfMentions: number;
        occurrencePercentage: number;
    }
    Index
    numberOfMentions: number

    The number of times that reviews mention the subtopic.

    occurrencePercentage: number

    The percentage of reviews that mention the subtopic.