input ClearToteInput
Fields
| Field | Type | Description |
|---|---|---|
tote_id | String! | |
return_inventory | Boolean | Set to true to restore any deducted inventory from the tote back to its original bin while clearing the tote. |
Referenced By
- clear_tote Mutation
- tote_clear Mutation
Example
{
"tote_id": "abc123",
"return_inventory": true
}