input CreateWorkOrderInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

warehouse_idString!
requested_dateDateTime!
nameString
packing_detailsString
assembly_detailsString
typeWorkOrderType!
instructionsString
create_special_projectBoolean
priorityWorkOrderPriority
attachments[WorkOrderAttachmentType]
assembly_skuAssemblySKUType

Referenced By

Example

{
  "customer_account_id": "abc123",
  "warehouse_id": "abc123",
  "requested_date": "abc123",
  "name": "abc123",
  "packing_details": "abc123",
  "assembly_details": "abc123",
  "type": "ASSEMBLY",
  "instructions": "abc123",
  "create_special_project": true,
  "priority": "HIGH",
  "attachments": WorkOrderAttachmentType,
  "assembly_sku": AssemblySKUType
}