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

Export

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.

Memberof

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.

Memberof

InventoryDetails

inboundShippedQuantity?: number

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

Memberof

InventoryDetails

inboundWorkingQuantity?: number

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

Memberof

InventoryDetails

researchingQuantity?: ResearchingQuantity

Memberof

InventoryDetails

reservedQuantity?: ReservedQuantity

Memberof

InventoryDetails

unfulfillableQuantity?: UnfulfillableQuantity

Memberof

InventoryDetails