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

    Summary of inventory per SKU.

    interface InventorySummary {
        expirationDetails?: ExpirationDetails[];
        inventoryDetails?: InventoryDetails;
        sku: string;
        totalInboundQuantity?: number;
        totalOnhandQuantity?: number;
    }
    Index

    Properties

    expirationDetails?: ExpirationDetails[]

    The expiration details of the inventory. This object will only appear if the details parameter in the request is set to SHOW.

    inventoryDetails?: InventoryDetails
    sku: string

    The seller or merchant SKU.

    totalInboundQuantity?: number

    Total quantity that is in-transit from the seller and has not yet been received at an AWD Distribution Center

    totalOnhandQuantity?: number

    Total quantity that is present in AWD distribution centers.