object WorkOrderAssignPickLocationsOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
work_order | WorkOrderIdentifiableType | Work order associated with this work order assign pick locations. |
assigned_component_skus | [String] | List of assigned component SKUs for this work order assign pick locations. |
unassigned_component_skus | [String] | List of unassigned component SKUs for this work order assign pick locations. |
Referenced By
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"work_order": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"},
"assigned_component_skus": ["BLUE-TEE-M", "RED-HOODIE-L"],
"unassigned_component_skus": ["BLUE-TEE-M", "RED-HOODIE-L"]
}