Skip to main content

SupplyInventoryDetails

Contains comprehensive inventory information for a composed product including the main product details, overall availability, and detailed component inventory breakdown.

type SupplyInventoryDetails {
available: BigDecimal!
components: [SupplyComponentInventoryDetails!]!
composedProduct: Product!
}

Fields

SupplyInventoryDetails.available ● BigDecimal! non-null scalar

Total available inventory for the composed product

SupplyInventoryDetails.components ● [SupplyComponentInventoryDetails!]! non-null object

Inventory details for each component required

SupplyInventoryDetails.composedProduct ● Product! non-null object

The main composed product being analyzed

Returned By

supplyCompositionInventoryDetails query