object LicensePlateNumber
Fields
| Field | Type | Description |
|---|---|---|
container_type | LicensePlateNumberV2ContainerType | |
status | LicensePlateNumberV2Status | |
lpn_id | String | |
sku | String | |
units | Int |
Referenced By
Example
{
"container_type": "BOX",
"status": "UNUSED",
"lpn_id": "abc123",
"sku": "abc123",
"units": 987
}