object TransferToteToLocationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
ok | Boolean | True when the mutation completed successfully. |
Referenced By
- tote_transfer_to_location Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"ok": true
}