Skip to main content
POST
Mark fulfillment order as shipped

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

fulfillmentOrderId
integer
required

ID of the fulfillment order

Body

application/json
tracking_number
string | null

Carrier tracking number to record on the shipment.

Maximum string length: 255
carrier_code
string | null

Carrier code to record on the shipment.

Maximum string length: 255

Response

Fulfillment order marked as shipped

data
object