object LicensePlateNumberV2

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

license_plate_numberString

The value represented by the barcode when scanned.

container_typeLicensePlateNumberV2ContainerType

Returns 'BOX', 'PALLET' or 'STAGING'.

statusLicensePlateNumberV2Status

Current status; use the API status values returned by this field when filtering or updating.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

location_idString

Public API location ID that identifies the related record.

parent_lpn_idString

Public API ID of the parent LPN, when nested.

container_type_idString

Public API ID of the configured LPN container type.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

updated_atISODateTime

Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

warehouseWarehouse

Warehouse containing this LPN.

locationLocation

Current location of this LPN.

ordersOrderConnection

Orders associated with this LPN through either supported relationship.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
lpn_container_typeLicensePlateNumberContainerType

Configured container type for this LPN.

parentLicensePlateNumberV2

Parent LPN, when this LPN is nested.

nested_containersLicensePlateNumberV2Connection

LPNs nested directly inside this LPN.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
line_itemsLicensePlateNumberLineItemConnection

Inventory line items stored directly in this LPN.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

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
}