object Lot
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | Int | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
po_id | String | DEPRECATED An expiration lot could have more than one purchase order associated. Check purchase_orders field. | ||||||||||||||||||||||||||||||
name | String | |||||||||||||||||||||||||||||||
sku | String | |||||||||||||||||||||||||||||||
created_at | ISODateTime | |||||||||||||||||||||||||||||||
updated_at | ISODateTime | |||||||||||||||||||||||||||||||
expires_at | ISODateTime | |||||||||||||||||||||||||||||||
received_at | ISODateTime | |||||||||||||||||||||||||||||||
is_active | Boolean | |||||||||||||||||||||||||||||||
locations | LocationConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
purchase_orders | PurchaseOrderConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- CreateLotOutput Type
- DeleteLotOutput Type
- ItemLocation Type
- LotEdge Type
- ShipmentLineItem Type
- UpdateLotOutput Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"po_id": "abc123",
"name": "abc123",
"sku": "abc123",
"created_at": "abc123",
"updated_at": "abc123",
"expires_at": "abc123",
"received_at": "abc123",
"is_active": true,
"locations": LocationConnection,
"purchase_orders": PurchaseOrderConnection
}