input TransferToteToLocationInput
Fields
| Field | Type | Description |
|---|---|---|
tote_id | String! | |
location_id | String! |
Referenced By
- tote_transfer_to_location Mutation
Example
{
"tote_id": "abc123",
"location_id": "abc123"
}| Field | Type | Description |
|---|---|---|
tote_id | String! | |
location_id | String! |
{
"tote_id": "abc123",
"location_id": "abc123"
}