object WorkOrderAssignPickLocationsOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

work_orderWorkOrderIdentifiableType

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"]
}