object InboundShipmentLocationSummaryItem

Fields

FieldTypeDescription
product_infoInboundShipmentSummaryProductInfo
lotInboundShipmentSummaryLot
eaches_quantityInt
uomString
is_unexpectedBoolean
inbound_shipment_line_itemInboundShipmentSummaryLineItem

Referenced By

Example

{
  "product_info": InboundShipmentSummaryProductInfo,
  "lot": InboundShipmentSummaryLot,
  "eaches_quantity": 987,
  "uom": "abc123",
  "is_unexpected": true,
  "inbound_shipment_line_item": InboundShipmentSummaryLineItem
}