object InboundShipmentSummaryLPN
Fields
| Field | Type | Description |
|---|---|---|
id | Int | Public API ID for this inbound shipment summary LPN. |
barcode | String | Barcode value for the inbound shipment summary LPN. |
container_type | String | Container type for this inbound shipment summary LPN. |
Referenced By
Example
{
"id": 1234,
"barcode": "012345678905",
"container_type": "pallet"
}