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

    Information about an Amazon catalog item for the indicated marketplaceId.

    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;
    }
    Index

    Properties

    adultProduct?: boolean

    When true, the Amazon catalog item is intended for an adult audience or is sexual in nature.

    autographed?: boolean

    When true, the Amazon catalog item is autographed.

    brand?: string

    Name of the brand that is associated with the Amazon catalog item.

    browseClassification?: ItemBrowseClassification
    color?: string

    The color that is associated with the Amazon catalog item.

    contributors?: ItemContributor[]

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

    Classification type that is associated with the Amazon catalog item.

    itemName?: string

    The name that is associated with the Amazon catalog item.

    manufacturer?: string

    The name of the manufacturer that is associated with the Amazon catalog item.

    marketplaceId: string

    Amazon marketplace identifier. To find the ID for your marketplace, refer to Marketplace IDs.

    memorabilia?: boolean

    When true, the item is classified as memorabilia.

    modelNumber?: string

    The model number that is associated with the Amazon catalog item.

    packageQuantity?: number

    The quantity of the Amazon catalog item within one package.

    partNumber?: string

    The part number that is associated with the Amazon catalog item.

    releaseDate?: string

    The earliest date on which the Amazon catalog item can be shipped to customers.

    size?: string

    The name of the size of the Amazon catalog item.

    style?: string

    The name of the style that is associated with the Amazon catalog item.

    tradeInEligible?: boolean

    When true, the Amazon catalog item is eligible for trade-in.

    websiteDisplayGroup?: string

    The identifier of the website display group that is associated with the Amazon catalog item.

    websiteDisplayGroupName?: string

    The display name of the website display group that is associated with the Amazon catalog item.