object ToteHistory
Fields
| Field | Type | Description |
|---|---|---|
tote_name | String | Tote name for this tote history. |
tote_id | String | Public API tote ID that identifies the related record. |
action | String | Action for this tote history. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
- ToteHistoryEdge Type
Example
{
"tote_name": "TOTE-001",
"tote_id": "VG90ZToxMjM0",
"action": "TRANSFERRED",
"created_at": "2026-07-09T15:30:00Z"
}