object InboundShipmentSummaryInLPN

Fields

FieldTypeDescription
lpnInboundShipmentSummaryLPN

Lpn for this inbound shipment summary in LPN.

content[InboundShipmentSummaryContent]

List of content for this inbound shipment summary in LPN.

quantity_receivedInt

Quantity received as a whole-unit count.

quantity_looseInt

Quantity loose as a whole-unit count.

received_locationInboundShipmentSummaryBin

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