InventoryTotals
Latest inventory position summed over a set of SKUs.
type InventoryTotals {
allocatedQuantity: Int!
availableQuantity: Int!
inStockQuantity: Int!
incomingQuantity: Int!
onHandQuantity: Int!
skuCount: Int!
}
Fields
InventoryTotals.allocatedQuantity ● Int! non-null scalar common
Total units allocated to orders.
InventoryTotals.availableQuantity ● Int! non-null scalar common
Total units available to sell.
InventoryTotals.inStockQuantity ● Int! non-null scalar common
Total in-stock units.
InventoryTotals.incomingQuantity ● Int! non-null scalar common
Total inbound units not yet received.
InventoryTotals.onHandQuantity ● Int! non-null scalar common
Total physical units on hand.
InventoryTotals.skuCount ● Int! non-null scalar common
Number of distinct SKUs in the set.
Member Of
InventorySkuSummary object ● InventorySummary object ● InventoryWarehouseSummary object