ShippingUnit
A ShippingUnit represents a combination of an expected list of items (manifest) and actual items counted by Kargo towers (items).
type ShippingUnit {
manifest: [ShippingItemAggregation!]!
items: [ShippingItem!]!
}
Fields
ShippingUnit.manifest ● [ShippingItemAggregation!]! non-null object
An artificially generated ShippingItemAggregation describing the expected contents of this Shipment.
ShippingUnit.items ● [ShippingItem!]! non-null object
An automatically generated list of ShippingItems consisting of the real-world items tracked and associated wit this Shipment
Member Of
Shipment object