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

InventoryDetails

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

Properties

fulfillableQuantity?: number

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

InventoryDetails

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.

InventoryDetails

inboundShippedQuantity?: number

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

InventoryDetails

inboundWorkingQuantity?: number

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

InventoryDetails

researchingQuantity?: ResearchingQuantity

InventoryDetails

reservedQuantity?: ReservedQuantity

InventoryDetails

unfulfillableQuantity?: UnfulfillableQuantity

InventoryDetails