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

    The response for the getBrowseNodeReturnTrends operation.

    interface BrowseNodeReturnTrendsResponse {
        browseNodeId: string;
        countryCode: string;
        dateRange: DateRange;
        displayName: string;
        marketplaceId: string;
        returnTrends: BrowseNodeReturnTrend[];
    }
    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 browse node, as visible on the Amazon retail website.

    marketplaceId: string

    The requested marketplace id.

    returnTrends: BrowseNodeReturnTrend[]

    The browse node return trends.