object WorkOrderIdentifiableType

Fields

FieldTypeDescription
idString
legacy_idInt
account_idID
warehouse_idID
nameString
configurationString
typeWorkOrderType
scheduled_dateDateTime
requested_dateDateTime
started_atDateTime
ended_atDateTime
ready_to_pick_atDateTime
assembly_in_progress_atDateTime
completed_atDateTime
created_atDateTime
updated_atDateTime
statusWorkOrderStatus
has_special_projectBoolean
priorityWorkOrderPriority
notes[WorkOrderNotesType]
assembly_skuWorkOrderAssemblySkuType

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "account_id": "abc123",
  "warehouse_id": "abc123",
  "name": "abc123",
  "configuration": "abc123",
  "type": "ASSEMBLY",
  "scheduled_date": "abc123",
  "requested_date": "abc123",
  "started_at": "abc123",
  "ended_at": "abc123",
  "ready_to_pick_at": "abc123",
  "assembly_in_progress_at": "abc123",
  "completed_at": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "status": "PENDING_APPROVAL",
  "has_special_project": true,
  "priority": "HIGH",
  "notes": WorkOrderNotesType,
  "assembly_sku": WorkOrderAssemblySkuType
}