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