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

    Inventory summary for a specific item.

    interface InventorySummary {
        asin?: string;
        condition?: string;
        fnSku?: string;
        inventoryDetails?: InventoryDetails;
        lastUpdatedTime?: string;
        productName?: string;
        sellerSku?: string;
        stores?: string[];
        totalQuantity?: number;
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN) of an item.

    condition?: string

    The condition of the item as described by the seller (for example, New Item).

    fnSku?: string

    Amazon's fulfillment network SKU identifier.

    inventoryDetails?: InventoryDetails
    lastUpdatedTime?: string

    The date and time that any quantity was last updated.

    productName?: string

    The localized language product title of the item within the specific marketplace.

    sellerSku?: string

    The seller SKU of the item.

    stores?: string[]

    A list of seller-enrolled stores that apply to this seller SKU.

    totalQuantity?: number

    The total number of units in an inbound shipment or in Amazon fulfillment centers.