object InboundShipmentSummaryContent
Fields
| Field | Type | Description |
|---|---|---|
product_info | InboundShipmentSummaryProductInfo | |
lot | InboundShipmentSummaryLot | |
quantity_received | Int | |
quantity_loose | Int | |
is_unexpected | Boolean | |
inbound_shipment_line_item | InboundShipmentSummaryLineItem | |
containers | [InboundShipmentSummaryLPNContainer] | |
receiving_location | InboundShipmentSummaryBin | |
receiving_workers | [InboundShipmentSummaryWorker] |
Referenced By
Example
{
"product_info": InboundShipmentSummaryProductInfo,
"lot": InboundShipmentSummaryLot,
"quantity_received": 987,
"quantity_loose": 987,
"is_unexpected": true,
"inbound_shipment_line_item": InboundShipmentSummaryLineItem,
"containers": InboundShipmentSummaryLPNContainer,
"receiving_location": InboundShipmentSummaryBin,
"receiving_workers": InboundShipmentSummaryWorker
}