object ToteHistory

Fields

FieldTypeDescription
tote_nameString

Tote name for this tote history.

tote_idString

Public API tote ID that identifies the related record.

actionString

Action for this tote history.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

Referenced By

Example

{
  "tote_name": "TOTE-001",
  "tote_id": "VG90ZToxMjM0",
  "action": "TRANSFERRED",
  "created_at": "2026-07-09T15:30:00Z"
}