ShippingItemAggregation
ShippingItemAggregation objects represent aggregations of similiar items that are validated together. SKU or Lot controlled items are aggregated by least-significant key (captured in partID).
type ShippingItemAggregation {
name: String
partID: String
quantity: Int
}
Fields
ShippingItemAggregation.name ● String scalar
Human-interpretable description of ShippingItem class. This is pulled from Receipts, Pick Lists, WMS, or BOLs.
ShippingItemAggregation.partID ● String scalar
Part Number / SKU / Lot # / Serial Number assoicated with this grouping of ShippingItems. The specific string to include here is determined on configuration
ShippingItemAggregation.quantity ● Int scalar
Sum of quantity values for all ShippingItems associated with this grouping of ShippingItems.
Member Of
ShippingUnit object