Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Summary details for a listings item for an Amazon store.

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

    The ASIN of the listings item.

    Identifies the condition of the listings item.

    createdDate: string

    Date the listings item was created, in ISO 8601 format.

    fnSku?: string

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

    itemName?: string

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

    lastUpdatedDate: string

    Date the listings item was last updated, in ISO 8601 format.

    mainImage?: ItemImage
    marketplaceId: string

    A marketplace identifier. Identifies the listings item's Amazon store.

    productType: string

    The listings item's Amazon product type.

    Statuses that apply to the listings item.