object LicensePlateNumber
Fields
| Field | Type | Description |
|---|---|---|
container_type | LicensePlateNumberV2ContainerType | Container type for this license plate number. |
status | LicensePlateNumberV2Status | Current status; use the API status values returned by this field when filtering or updating. |
lpn_id | String | Public API LPN ID that identifies the related record. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
units | Int | Units as a numeric value. |
order | Order | Order associated with this LPN. |
Referenced By
Example
{
"container_type": "pallet",
"status": "pending",
"lpn_id": "TGljZW5zZVBsYXRlTnVtYmVyOjEyMzQ=",
"sku": "BLUE-TEE-M",
"units": 2,
"order": {id: "T3JkZXI6MTIzNA==", order_number: "ORDER-1001"}
}