object InboundShipmentSummaryProductInfo

Fields

FieldTypeDescription
idInt

Public API ID for this inbound shipment summary product info.

skuString

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

nameString

Human-readable name for this inbound shipment summary product info.

Referenced By

Example

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