SupplyChain
Aggregated supply chain metrics for the dashboard, including in-transit shipments, delayed shipments, and delivery variance.
type SupplyChain {
delayedShipments: JSON!
deliveryVariance: JSON!
inTransit: InTransit!
inTransitList: JSON!
}
Fields
SupplyChain.delayedShipments ● JSON! non-null scalar common
Count of shipments past their expected arrival date.
SupplyChain.deliveryVariance ● JSON! non-null scalar common
Average days early/late for recent deliveries, with trend direction.
SupplyChain.inTransit ● InTransit! non-null object dashboard
Summary of shipments currently in transit.
SupplyChain.inTransitList ● JSON! non-null scalar common
Ordered list of in-transit shipments with destination and PO details.
Member Of
DashboardSummary object