object InboundShipmentLocationSummaryItem
Fields
| Field | Type | Description |
|---|---|---|
product_info | InboundShipmentSummaryProductInfo | |
lot | InboundShipmentSummaryLot | |
eaches_quantity | Int | |
uom | String | |
is_unexpected | Boolean | |
inbound_shipment_line_item | InboundShipmentSummaryLineItem |
Referenced By
Example
{
"product_info": InboundShipmentSummaryProductInfo,
"lot": InboundShipmentSummaryLot,
"eaches_quantity": 987,
"uom": "abc123",
"is_unexpected": true,
"inbound_shipment_line_item": InboundShipmentSummaryLineItem
}