object WholesaleOrderMarkAsPackedOutput
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 if the order is completely packed; False if there are unpacked items. |
Referenced By
- wholesale_order_mark_as_packed Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"ok": true
}