object ShippedLineItemLot
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
line_item_id | String | |
lot_id | String | |
lot_name | String | |
lot_expiration_date | ISODateTime |
Referenced By
- LineItem Type
Example
{
"id": "abc123",
"legacy_id": 987,
"line_item_id": "abc123",
"lot_id": "abc123",
"lot_name": "abc123",
"lot_expiration_date": "abc123"
}