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

    The response for the getBrowseNodeReviewTrends operation.

    interface BrowseNodeReviewTrendsResponse {
        browseNodeId: string;
        countryCode: string;
        dateRange: DateRange;
        displayName: string;
        marketplaceId: string;
        reviewTrends: BrowseNodeReviewTrends;
    }
    Index

    Properties

    browseNodeId: string

    The requested browse node id. A browse node id is the unique identifier of a given browse node.

    countryCode: string

    The two digit country code of requested marketplace id, in ISO 3166-1 alpha-2 format.

    dateRange: DateRange
    displayName: string

    The display name of the requested browse node id. The display name of the browse node as visible on the Amazon retail website.

    marketplaceId: string

    The requested marketplace id.