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

    The response for the getItemReviewTopics operation.

    interface ItemReviewTopicsResponse {
        asin: string;
        countryCode: string;
        dateRange: DateRange;
        itemName: string;
        marketplaceId: string;
        topics: ItemReviewTopics;
    }
    Index

    Properties

    asin: string

    The requested ASIN. The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.

    countryCode: string

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

    dateRange: DateRange
    itemName: string

    The product title of the requested ASIN.

    marketplaceId: string

    The requested marketplace id.