supplyCompositionInventoryDetails
Retrieves detailed inventory information for a composed product and all its components, including inventory levels and distribution across warehouses.
Requirements
- **Permission**:
supply:read_inventory_details
- **Access**: Must have access to the product's brand
Errors
- Returns
GraphQL::ExecutionError
if the composed item is not found - Access denied if insufficient permissions for the product's brand
supplyCompositionInventoryDetails(
composedProductId: ID!
): SupplyInventoryDetails!
Arguments
supplyCompositionInventoryDetails.composedProductId
● ID!
non-null scalar
ID of the composed product (manufacturing, assembly, etc.) to analyze for inventory details.
Type
SupplyInventoryDetails
object
Contains comprehensive inventory information for a composed product including the main product details, overall availability, and detailed component inventory breakdown.