Skip to main content

WarehouseItemAvailability

Inventory availability for a single order item at a specific warehouse.

type WarehouseItemAvailability {
available: Int!
ordered: Int!
quantityOnFulfillment: Int!
warehouseId: ID!
}

Fields

WarehouseItemAvailability.available ● Int! non-null scalar common

Available (unallocated) inventory at this warehouse.

WarehouseItemAvailability.ordered ● Int! non-null scalar common

Quantity on order (pending/ordered/on_hold) at this warehouse.

WarehouseItemAvailability.quantityOnFulfillment ● Int! non-null scalar common

Quantity already assigned to fulfillments for this order at this warehouse.

WarehouseItemAvailability.warehouseId ● ID! non-null scalar common

The warehouse ID.

Member Of

OrderItemInventory object