object LicensePlateNumberLineItem

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

skuString

SKU stored in this LPN.

unitsInt

Number of units stored in this LPN line item.

customer_account_idString

Public API customer account ID.

lpn_idString

Public API LPN ID.

location_idString

Public API location ID.

lot_idString

Public API lot ID.

item_bin_idString

Public API item-bin ID.

created_atISODateTime

When the line item was created.

updated_atISODateTime

When the line item was last updated.

locationLocation

Location containing this LPN line item.

lotLot

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
}