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

    Summary details of an Amazon catalog item for the indicated Amazon marketplace.

    interface ItemSummaryByMarketplace {
        brandName?: string;
        browseNode?: string;
        colorName?: string;
        itemName?: string;
        manufacturer?: string;
        marketplaceId: string;
        modelNumber?: string;
        sizeName?: string;
        styleName?: string;
    }
    Index

    Properties

    brandName?: string

    Name of the brand associated with an Amazon catalog item.

    browseNode?: string

    Identifier of the browse node associated with an Amazon catalog item.

    colorName?: string

    Name of the color associated with an Amazon catalog item.

    itemName?: string

    Name, or title, associated with an Amazon catalog item.

    manufacturer?: string

    Name of the manufacturer associated with an Amazon catalog item.

    marketplaceId: string

    Amazon marketplace identifier.

    modelNumber?: string

    Model number associated with an Amazon catalog item.

    sizeName?: string

    Name of the size associated with an Amazon catalog item.

    styleName?: string

    Name of the style associated with an Amazon catalog item.