object WholesaleOrderMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
wholesale_order | WholesaleOrder | Wholesale order returned by this operation. |
Referenced By
- wholesale_order_create Mutation
- wholesale_order_fulfill Mutation
- wholesale_order_transfer_picks_to_staging Mutation
- wholesale_order_update Mutation
- wholesale_order_update_picking_flow Mutation
- wholesale_order_update_staging_location Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"wholesale_order": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}