object InboundShipmentLocationSummaryItem

Fields

FieldTypeDescription
product_infoInboundShipmentSummaryProductInfo

Product info for this inbound shipment location summary item.

lotInboundShipmentSummaryLot

Lot associated with this inbound shipment location summary item.

eaches_quantityInt

Eaches quantity as a whole-unit count.

uomString

Uom for this inbound shipment location summary item.

is_unexpectedBoolean

Whether this inbound shipment location summary item is unexpected.

inbound_shipment_line_itemInboundShipmentSummaryLineItem

Inbound shipment line item for this inbound shipment location summary item.

Referenced By

Example

{
  "product_info": {sku: "BLUE-TEE-M", name: "Blue Tee"},
  "lot": {id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"},
  "eaches_quantity": 2,
  "uom": "EACH",
  "is_unexpected": true,
  "inbound_shipment_line_item": {sku: "BLUE-TEE-M", quantity: 2}
}