object InboundShipmentSummaryContent
Fields
| Field | Type | Description |
|---|---|---|
product_info | InboundShipmentSummaryProductInfo | Product info for this inbound shipment summary content. |
lot | InboundShipmentSummaryLot | Lot associated with this inbound shipment summary content. |
quantity_received | Int | Quantity received as a whole-unit count. |
quantity_loose | Int | Quantity loose as a whole-unit count. |
is_unexpected | Boolean | Whether this inbound shipment summary content is unexpected. |
inbound_shipment_line_item | InboundShipmentSummaryLineItem | Inbound shipment line item for this inbound shipment summary content. |
containers | [InboundShipmentSummaryLPNContainer] | List of containers for this inbound shipment summary content. |
receiving_location | InboundShipmentSummaryBin | URL for the receiving location resource. |
receiving_workers | [InboundShipmentSummaryWorker] | List of receiving workers for this inbound shipment summary content. |
Referenced By
Example
{
"product_info": {sku: "BLUE-TEE-M", name: "Blue Tee"},
"lot": {id: "SW5ib3VuZFNoaXBtZW50U3VtbWFyeUxvdDoxMjM0"},
"quantity_received": 2,
"quantity_loose": 2,
"is_unexpected": true,
"inbound_shipment_line_item": {sku: "BLUE-TEE-M", quantity: 2},
"containers": [[{id: "SW5ib3VuZFNoaXBtZW50U3VtbWFyeUxQTkNvbnRhaW5lcjoxMjM0"}]],
"receiving_location": "https://example.com/resource",
"receiving_workers": [[{id: "SW5ib3VuZFNoaXBtZW50U3VtbWFyeVdvcmtlcjoxMjM0"}]]
}