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

Export

ItemSummaryByMarketplace

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

Properties

brandName?: string

Name of the brand associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

browseNode?: string

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

Memberof

ItemSummaryByMarketplace

colorName?: string

Name of the color associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

itemName?: string

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

Memberof

ItemSummaryByMarketplace

manufacturer?: string

Name of the manufacturer associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

marketplaceId: string

Amazon marketplace identifier.

Memberof

ItemSummaryByMarketplace

modelNumber?: string

Model number associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

sizeName?: string

Name of the size associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

styleName?: string

Name of the style associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace