Create Work Order
Creates a kitting work order. Currently only Kitting is supported as a work order type.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Request
The work order creation request
actions
The actions (steps) to be performed for the kitting work order.
end_kitted_inventory_id
The inventory identifier for the end kitted product.
fulfillment_center_id
The fulfillment center identifier where the work order will be processed.
line_items
The line items (component inventory) for the kitting work order.
quantity
The number of kits to produce.
workorder_type
Allowed values:
lot_date
Optional lot date for the kitting work order.
lot_number
Optional lot number for the kitting work order.
Response
Success
shipment_id
The shipment identifier associated with the created work order.
Errors
500
Internal Server Error

