object WholesaleOrderAutoAllocateForPickingMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
line_items | [WholesaleOrderAutoAllocateForPickingType] | List of line items associated with this wholesale order auto allocate for picking. |
Referenced By
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"line_items": [[{sku: "BLUE-TEE-M", quantity: 2}]]
}