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

Export

ItemSummaryByMarketplace

interface ItemSummaryByMarketplace {
    adultProduct?: boolean;
    autographed?: boolean;
    brand?: string;
    browseClassification?: ItemBrowseClassification;
    color?: string;
    contributors?: ItemContributor[];
    itemClassification?: ItemSummaryByMarketplaceItemClassificationEnum;
    itemName?: string;
    manufacturer?: string;
    marketplaceId: string;
    memorabilia?: boolean;
    modelNumber?: string;
    packageQuantity?: number;
    partNumber?: string;
    releaseDate?: string;
    size?: string;
    style?: string;
    tradeInEligible?: boolean;
    websiteDisplayGroup?: string;
    websiteDisplayGroupName?: string;
}

Properties

adultProduct?: boolean

Identifies an Amazon catalog item is intended for an adult audience or is sexual in nature.

Memberof

ItemSummaryByMarketplace

autographed?: boolean

Identifies an Amazon catalog item is autographed by a player or celebrity.

Memberof

ItemSummaryByMarketplace

brand?: string

Name of the brand associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

browseClassification?: ItemBrowseClassification

Memberof

ItemSummaryByMarketplace

color?: string

Name of the color associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

contributors?: ItemContributor[]

Individual contributors to the creation of an item, such as the authors or actors.

Memberof

ItemSummaryByMarketplace

Classification type associated with the 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

memorabilia?: boolean

Identifies an Amazon catalog item is memorabilia valued for its connection with historical events, culture, or entertainment.

Memberof

ItemSummaryByMarketplace

modelNumber?: string

Model number associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

packageQuantity?: number

Quantity of an Amazon catalog item in one package.

Memberof

ItemSummaryByMarketplace

partNumber?: string

Part number associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

releaseDate?: string

First date on which an Amazon catalog item is shippable to customers.

Memberof

ItemSummaryByMarketplace

size?: string

Name of the size associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

style?: string

Name of the style associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

tradeInEligible?: boolean

Identifies an Amazon catalog item is eligible for trade-in.

Memberof

ItemSummaryByMarketplace

websiteDisplayGroup?: string

Identifier of the website display group associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

websiteDisplayGroupName?: string

Display name of the website display group associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace