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

    The browse node review topic.

    interface BrowseNodeReviewTopic {
        browseNodeMetrics: BrowseNodeReviewTopicMetrics;
        reviewSnippets?: string[];
        subtopics?: BrowseNodeSubtopic[];
        topic: string;
    }
    Index

    Properties

    browseNodeMetrics: BrowseNodeReviewTopicMetrics
    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 topic.

    subtopics?: BrowseNodeSubtopic[]

    A list of the five subtopics that occur most frequently. This value is null if there are no subtopics.

    topic: string

    The name browse node review topic.