Create Work Order

View as Markdown
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
actionslist of objectsRequired

The actions (steps) to be performed for the kitting work order.

end_kitted_inventory_idintegerRequired1-2147483647
The inventory identifier for the end kitted product.
fulfillment_center_idintegerRequired1-2147483647
The fulfillment center identifier where the work order will be processed.
line_itemslist of objectsRequired

The line items (component inventory) for the kitting work order.

quantityintegerRequired1-2147483647
The number of kits to produce.
workorder_typeenumRequired
Allowed values:
lot_datedatetime or nullOptional
Optional lot date for the kitting work order.
lot_numberstring or nullOptional0-32 characters
Optional lot number for the kitting work order.

Response

Success
shipment_idinteger
The shipment identifier associated with the created work order.

Errors

500
Internal Server Error