Skip to main content
POST
Create a work order shipment

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

ID of the work order.

Body

application/json
quantity_shipped
number
required

Quantity shipped. Must be at least 0.0001.

carrier
string | null

Shipping carrier.

tracking_number
string | null

Carrier tracking number.

status
string | null

Shipment status.

notes
string | null

Free-form shipment notes.

shipped_at
string<date> | null

Date the shipment was sent.

Response

Created

data
object