input ClearToteInput
Fields
| Field | Type | Description |
|---|---|---|
tote_id | String! | |
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": "abc123",
"return_inventory": true
}