object ToteHistory
Fields
| Field | Type | Description |
|---|---|---|
tote_name | String | |
tote_id | String | |
action | String | |
created_at | ISODateTime |
Referenced By
- ToteHistoryEdge Type
Example
{
"tote_name": "abc123",
"tote_id": "abc123",
"action": "abc123",
"created_at": "abc123"
}