object LicensePlateNumberV2
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. | ||||||||||||||||||||||||||||||
license_plate_number | String | The value represented by the barcode when scanned. | ||||||||||||||||||||||||||||||
container_type | LicensePlateNumberV2ContainerType | Returns 'BOX', 'PALLET' or 'STAGING'. | ||||||||||||||||||||||||||||||
status | LicensePlateNumberV2Status | Current status; use the API status values returned by this field when filtering or updating. | ||||||||||||||||||||||||||||||
warehouse_id | String | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. | ||||||||||||||||||||||||||||||
location_id | String | Public API location ID that identifies the related record. | ||||||||||||||||||||||||||||||
parent_lpn_id | String | Public API ID of the parent LPN, when nested. | ||||||||||||||||||||||||||||||
container_type_id | String | Public API ID of the configured LPN container type. | ||||||||||||||||||||||||||||||
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. | ||||||||||||||||||||||||||||||
updated_at | ISODateTime | Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted. | ||||||||||||||||||||||||||||||
warehouse | Warehouse | Warehouse containing this LPN. | ||||||||||||||||||||||||||||||
location | Location | Current location of this LPN. | ||||||||||||||||||||||||||||||
orders | OrderConnection | Orders associated with this LPN through either supported relationship. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
lpn_container_type | LicensePlateNumberContainerType | Configured container type for this LPN. | ||||||||||||||||||||||||||||||
parent | LicensePlateNumberV2 | Parent LPN, when this LPN is nested. | ||||||||||||||||||||||||||||||
nested_containers | LicensePlateNumberV2Connection | LPNs nested directly inside this LPN. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
line_items | LicensePlateNumberLineItemConnection | Inventory line items stored directly in this LPN. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"license_plate_number": "012345678905",
"container_type": "pallet",
"status": "pending",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
"location_id": "TG9jYXRpb246MTIzNA==",
"parent_lpn_id": "abc123",
"container_type_id": "abc123",
"created_at": "2026-07-09T15:30:00Z",
"updated_at": "2026-07-09T15:30:00Z",
"warehouse": Warehouse,
"location": Location,
"orders": OrderConnection,
"lpn_container_type": LicensePlateNumberContainerType,
"parent": LicensePlateNumberV2,
"nested_containers": LicensePlateNumberV2Connection,
"line_items": LicensePlateNumberLineItemConnection
}