object InboundShipmentLocationSummaryItem
Fields
| Field | Type | Description |
|---|---|---|
product_info | InboundShipmentSummaryProductInfo | Product info for this inbound shipment location summary item. |
lot | InboundShipmentSummaryLot | Lot associated with this inbound shipment location summary item. |
eaches_quantity | Int | Eaches quantity as a whole-unit count. |
uom | String | Uom for this inbound shipment location summary item. |
is_unexpected | Boolean | Whether this inbound shipment location summary item is unexpected. |
inbound_shipment_line_item | InboundShipmentSummaryLineItem | 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}
}