Skip to main content
POST
Generate a finished goods transfer order for a work order

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

workOrderId
integer
required

Body

application/json
destination_warehouse_id
integer | null

The warehouse to transfer the finished goods into.

quantity
number | null

The quantity of finished goods to transfer.

Required range: x >= 0.01
inbound_shipment_id
integer | null

The inbound shipment to associate with the transfer order.

status
enum<string> | null

The status of the generated transfer order.

Available options:
DRAFT,
POSTED

Response

Successful response

data
object