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 common
Total available inventory for this component
SupplyComponentInventoryDetails.canMake ● BigDecimal scalar common
SupplyComponentInventoryDetails.component ● Product! non-null object products
The component product details
SupplyComponentInventoryDetails.inventoryByBuilding ● [SupplyInventoryByBuilding!] list object inventory
Component inventory breakdown by warehouse/building
SupplyComponentInventoryDetails.unitsPerItem ● BigDecimal! non-null scalar common
Quantity of this component needed per unit of composed product
Member Of
SupplyInventoryDetails object ● SupplyWarehouseComposition object