object InboundShipmentSummaryInLPN
Fields
| Field | Type | Description |
|---|---|---|
lpn | InboundShipmentSummaryLPN | Lpn for this inbound shipment summary in LPN. |
content | [InboundShipmentSummaryContent] | List of content for this inbound shipment summary in LPN. |
quantity_received | Int | Quantity received as a whole-unit count. |
quantity_loose | Int | Quantity loose as a whole-unit count. |
received_location | InboundShipmentSummaryBin | URL for the received location resource. |
Referenced By
Example
{
"lpn": {id: "SW5ib3VuZFNoaXBtZW50U3VtbWFyeUxQTjoxMjM0"},
"content": [[{id: "SW5ib3VuZFNoaXBtZW50U3VtbWFyeUNvbnRlbnQ6MTIzNA=="}]],
"quantity_received": 2,
"quantity_loose": 2,
"received_location": "https://example.com/resource"
}