object ShippedLineItemLot
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
line_item_id | String | Public API line item ID that identifies the related record. |
lot_id | String | Public API lot ID that identifies the related record. |
lot_name | String | Lot name for this shipped line item lot. |
lot_expiration_date | ISODateTime | Lot expiration date in ISO-8601 date or datetime format, returned in UTC when time is included. |
quantity | Int | Quantity as a whole-unit count. |
Referenced By
- LineItem Type
- ShipmentLineItem Type
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
}