object Tote
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
name | String | |
barcode | String | |
barcode_pdf | String | |
barcode_image | String | |
color | String | |
color_name | String | |
last_activity | ISODateTime | |
picked_quantity | Int | |
warehouse | Warehouse | |
orders | [Order] | |
picks | [TotePick] | |
status | String | Can either be 'Empty', 'Stocked', or 'In Hospital' |
Referenced By
- CreateToteOutput Type
- ToteEdge Type
- ToteQueryResult Type
- UpdateToteOutput Type
Example
{
"id": "abc123",
"legacy_id": 987,
"name": "abc123",
"barcode": "abc123",
"barcode_pdf": "abc123",
"barcode_image": "abc123",
"color": "abc123",
"color_name": "abc123",
"last_activity": "abc123",
"picked_quantity": 987,
"warehouse": Warehouse,
"orders": Order,
"picks": TotePick,
"status": "abc123"
}