object LineItemSerialNumber
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. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
line_item_id | String | Public API line item ID that identifies the related record. |
serial_number | String | Serial number for this line item serial number. |
scanned | Boolean | Whether this serial number was scanned during fulfillment. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
updated_at | ISODateTime | Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
- LineItem Type
- ShippingLabel Type
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"
}