input ClearToteInput
Fields
| Field | Type | Description |
|---|---|---|
tote_id | String! | Public API tote ID that identifies the related record. |
return_inventory | Boolean | Whether to recalculate inventory levels after clearing the tote. Defaults to true. |
Referenced By
- clear_tote Mutation
- tote_clear Mutation
Example
{
"tote_id": "VG90ZToxMjM0",
"return_inventory": true
}