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

    Details of the subtopic for an item review topic.

    interface ItemReviewSubtopic {
        metrics: ItemReviewSubtopicMetrics;
        reviewSnippets?: string[];
        subtopic: string;
    }
    Index

    Properties

    reviewSnippets?: string[]

    A list of up to three snippets from reviews that contain the subtopic. This value is null if there aren't enough review snippets for the subtopic.

    subtopic: string

    The name of the subtopic.