Skip to main content
PUT
Update 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.

shipmentId
integer
required

ID of the shipment.

Body

application/json
carrier
string

Shipping carrier.

tracking_number
string

Carrier tracking number.

status
string

Shipment status.

notes
string

Free-form shipment notes.

Response

Successful response

data
object