object WholesaleOrderSetReadyToPickOutput
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! | Defines the success of the operation. |
Referenced By
- wholesale_set_as_ready_to_pick Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"ok": true
}