object LicensePlateNumber

Fields

FieldTypeDescription
container_typeLicensePlateNumberV2ContainerType

Container type for this license plate number.

statusLicensePlateNumberV2Status

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

lpn_idString

Public API LPN ID that identifies the related record.

skuString

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

unitsInt

Units as a numeric value.

orderOrder

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"}
}