object ShippedLineItemLot

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

line_item_idString

Public API line item ID that identifies the related record.

lot_idString

Public API lot ID that identifies the related record.

lot_nameString

Lot name for this shipped line item lot.

lot_expiration_dateISODateTime

Lot expiration date in ISO-8601 date or datetime format, returned in UTC when time is included.

quantityInt

Quantity as a whole-unit count.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "line_item_id": "TGluZUl0ZW06MTIzNA==",
  "lot_id": "TG90OjEyMzQ=",
  "lot_name": "LOT-2026-001",
  "lot_expiration_date": "2026-07-09T15:30:00Z",
  "quantity": 2
}