input UpdateToteInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers. |
tote_id | String! | Public API tote ID that identifies the related record. |
name | String! | Human-readable name for this tote. |
Referenced By
- tote_update Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"tote_id": "VG90ZToxMjM0",
"name": "TOTE-001"
}