Interface CatalogItemsApiModelV20220401ItemSummaryByMarketplace

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

ItemSummaryByMarketplace

interface CatalogItemsApiModelV20220401ItemSummaryByMarketplace {
    adultProduct?: boolean;
    autographed?: boolean;
    brand?: string;
    browseClassification?: CatalogItemsApiModelV20220401ItemBrowseClassification;
    color?: string;
    contributors?: CatalogItemsApiModelV20220401ItemContributor[];
    itemClassification?:
        | CatalogItemsApiModelV20220401ItemSummaryByMarketplaceItemClassificationEnum
        | "BASE_PRODUCT"
        | "OTHER"
        | "PRODUCT_BUNDLE"
        | "VARIATION_PARENT";
    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.

ItemSummaryByMarketplace

autographed?: boolean

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

ItemSummaryByMarketplace

brand?: string

Name of the brand associated with an Amazon catalog item.

ItemSummaryByMarketplace

ItemSummaryByMarketplace

color?: string

Name of the color associated with an Amazon catalog item.

ItemSummaryByMarketplace

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

ItemSummaryByMarketplace

itemClassification?:
    | CatalogItemsApiModelV20220401ItemSummaryByMarketplaceItemClassificationEnum
    | "BASE_PRODUCT"
    | "OTHER"
    | "PRODUCT_BUNDLE"
    | "VARIATION_PARENT"

Classification type associated with the Amazon catalog item.

ItemSummaryByMarketplace

itemName?: string

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

ItemSummaryByMarketplace

manufacturer?: string

Name of the manufacturer associated with an Amazon catalog item.

ItemSummaryByMarketplace

marketplaceId: string

Amazon marketplace identifier.

ItemSummaryByMarketplace

memorabilia?: boolean

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

ItemSummaryByMarketplace

modelNumber?: string

Model number associated with an Amazon catalog item.

ItemSummaryByMarketplace

packageQuantity?: number

Quantity of an Amazon catalog item in one package.

ItemSummaryByMarketplace

partNumber?: string

Part number associated with an Amazon catalog item.

ItemSummaryByMarketplace

releaseDate?: string

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

ItemSummaryByMarketplace

size?: string

Name of the size associated with an Amazon catalog item.

ItemSummaryByMarketplace

style?: string

Name of the style associated with an Amazon catalog item.

ItemSummaryByMarketplace

tradeInEligible?: boolean

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

ItemSummaryByMarketplace

websiteDisplayGroup?: string

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

ItemSummaryByMarketplace

websiteDisplayGroupName?: string

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

ItemSummaryByMarketplace

MMNEPVFCICPMFPCPTTAAATR