object WholesaleOrderMarkAsPackedOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
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": "abc123",
"complexity": 987,
"ok": true
}