object InboundShipmentSummaryLot

Fields

FieldTypeDescription
idInt

Public API ID for this inbound shipment summary lot.

nameString

Human-readable name for this inbound shipment summary lot.

skuString

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

Referenced By

Example

{
  "id": 1234,
  "name": "Inbound Shipment 1001",
  "sku": "BLUE-TEE-M"
}