SupplyComponentInventoryDetails
Represents inventory details for an individual component within a composed product, including quantity requirements and availability across warehouses.
type SupplyComponentInventoryDetails {
available: BigDecimal!
canMake: BigDecimal
component: Product!
inventoryByBuilding: [SupplyInventoryByBuilding!]
unitsPerItem: BigDecimal!
}
Fields
SupplyComponentInventoryDetails.available
● BigDecimal!
non-null scalar
Total available inventory for this component
SupplyComponentInventoryDetails.canMake
● BigDecimal
scalar
SupplyComponentInventoryDetails.component
● Product!
non-null object
The component product details
SupplyComponentInventoryDetails.inventoryByBuilding
● [SupplyInventoryByBuilding!]
list object
Component inventory breakdown by warehouse/building
SupplyComponentInventoryDetails.unitsPerItem
● BigDecimal!
non-null scalar
Quantity of this component needed per unit of composed product
Member Of
SupplyInventoryDetails
object ● SupplyWarehouseComposition
object