input UpdateToteInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers.

tote_idString!

Public API tote ID that identifies the related record.

nameString!

Human-readable name for this tote.

is_shipping_boxBoolean

Whether the tote is used as a shipping box. When omitted, the current value is preserved.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "tote_id": "VG90ZToxMjM0",
  "name": "TOTE-001",
  "is_shipping_box": true
}