object LineItemSerialNumber

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. SKU matching is case-insensitive and ignores surrounding whitespace.

line_item_idString

Public API line item ID that identifies the related record.

serial_numberString

Serial number for this line item serial number.

scannedBoolean

Whether this serial number was scanned during fulfillment.

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.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "sku": "BLUE-TEE-M",
  "line_item_id": "TGluZUl0ZW06MTIzNA==",
  "serial_number": "SN-100045",
  "scanned": true,
  "created_at": "2026-07-09T15:30:00Z",
  "updated_at": "2026-07-09T15:30:00Z"
}