object InboundShipmentSummaryContent

Fields

FieldTypeDescription
product_infoInboundShipmentSummaryProductInfo

Product info for this inbound shipment summary content.

lotInboundShipmentSummaryLot

Lot associated with this inbound shipment summary content.

quantity_receivedInt

Quantity received as a whole-unit count.

quantity_looseInt

Quantity loose as a whole-unit count.

is_unexpectedBoolean

Whether this inbound shipment summary content is unexpected.

inbound_shipment_line_itemInboundShipmentSummaryLineItem

Inbound shipment line item for this inbound shipment summary content.

containers[InboundShipmentSummaryLPNContainer]

List of containers for this inbound shipment summary content.

receiving_locationInboundShipmentSummaryBin

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"}]]
}