InTransit
In-transit shipment summary for the supply chain dashboard section.
type InTransit {
shipmentCount: Int!
total: Decimal @deprecated
totalMonetary: MonetaryValue
}
Fields
InTransit.shipmentCount ● Int! non-null scalar common
Number of shipments currently in transit.
InTransit.total ● Decimal deprecated scalar common
DEPRECATED
Use totalMonetary instead.
Total cost value of shipments currently in transit as a decimal amount.
InTransit.totalMonetary ● MonetaryValue object common
Total cost value of shipments currently in transit.
Member Of
SupplyChain object