OrdersFulfillment Orders

Start Fulfillment

Start fulfillment for a fulfillment order

Starts fulfillment for the specified order in one ShipOS operation.

POST
/shipos/fulfillment-orders/{fulfillment_order_id}/start
x-access-token<token>

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to start

Request Body

application/json

Request type for starting fulfillment

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/shipos/fulfillment-orders/string/start" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "message": "string"}