input TransferToteToLocationInput
Fields
| Field | Type | Description |
|---|---|---|
tote_id | String! | Public API tote ID that identifies the related record. |
location_id | String! | Public API location ID that identifies the related record. |
Referenced By
- tote_transfer_to_location Mutation
Example
{
"tote_id": "VG90ZToxMjM0",
"location_id": "TG9jYXRpb246MTIzNA=="
}