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

    Summary details of a listings item for an Amazon marketplace.

    interface ItemSummaryByMarketplace {
        asin?: string;
        conditionType?: ItemSummaryByMarketplaceConditionTypeEnum;
        createdDate: string;
        fnSku?: string;
        itemName?: string;
        lastUpdatedDate: string;
        mainImage?: ItemImage;
        marketplaceId: string;
        productType: string;
        status: ItemSummaryByMarketplaceStatusEnum[];
    }
    Index

    Properties

    asin?: string

    Amazon Standard Identification Number (ASIN) of the listings item.

    Identifies the condition of the listings item.

    createdDate: string

    The date the listings item was created in ISO 8601 format.

    fnSku?: string

    The fulfillment network stock keeping unit is an identifier used by Amazon fulfillment centers to identify each unique item.

    itemName?: string

    The name or title associated with an Amazon catalog item.

    lastUpdatedDate: string

    The date the listings item was last updated in ISO 8601 format.

    mainImage?: ItemImage
    marketplaceId: string

    A marketplace identifier. Identifies the Amazon marketplace for the listings item.

    productType: string

    The Amazon product type of the listings item.

    Statuses that apply to the listings item.