object LicensePlateNumberLineItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
sku | String | SKU stored in this LPN. |
units | Int | Number of units stored in this LPN line item. |
customer_account_id | String | Public API customer account ID. |
lpn_id | String | Public API LPN ID. |
location_id | String | Public API location ID. |
lot_id | String | Public API lot ID. |
item_bin_id | String | Public API item-bin ID. |
created_at | ISODateTime | When the line item was created. |
updated_at | ISODateTime | When the line item was last updated. |
location | Location | Location containing this LPN line item. |
lot | Lot | Lot assigned to this line item. |
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"sku": "BLUE-TEE-M",
"units": 2,
"customer_account_id": "abc123",
"lpn_id": "abc123",
"location_id": "abc123",
"lot_id": "abc123",
"item_bin_id": "abc123",
"created_at": "abc123",
"updated_at": "abc123",
"location": Location,
"lot": Lot
}