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

    The browse node review subtopic.

    interface BrowseNodeSubtopic {
        metrics: BrowseNodeReviewSubtopicMetrics;
        reviewSnippets?: string[];
        subtopic: string;
    }
    Index

    Properties

    reviewSnippets?: string[]

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

    subtopic: string

    The name of the browse node review subtopic.