object InboundShipmentSummaryLot
Fields
| Field | Type | Description |
|---|---|---|
id | Int | Public API ID for this inbound shipment summary lot. |
name | String | Human-readable name for this inbound shipment summary lot. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
Referenced By
Example
{
"id": 1234,
"name": "Inbound Shipment 1001",
"sku": "BLUE-TEE-M"
}