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

    Summarized inventory details. This object will not appear if the details parameter in the request is false.

    interface InventoryDetails {
        fulfillableQuantity?: number;
        inboundReceivingQuantity?: number;
        inboundShippedQuantity?: number;
        inboundWorkingQuantity?: number;
        researchingQuantity?: ResearchingQuantity;
        reservedQuantity?: ReservedQuantity;
        unfulfillableQuantity?: UnfulfillableQuantity;
    }
    Index

    Properties

    fulfillableQuantity?: number

    The item quantity that can be picked, packed, and shipped.

    inboundReceivingQuantity?: number

    The number of units that have not yet been received at an Amazon fulfillment center for processing, but are part of an inbound shipment with some units that have already been received and processed.

    inboundShippedQuantity?: number

    The number of units in an inbound shipment that you have notified Amazon about and have provided a tracking number.

    inboundWorkingQuantity?: number

    The number of units in an inbound shipment for which you have notified Amazon.

    researchingQuantity?: ResearchingQuantity
    reservedQuantity?: ReservedQuantity
    unfulfillableQuantity?: UnfulfillableQuantity