OrdersFulfillment Orders

Submit Fulfillment Request

Submit a fulfillment request for a fulfillment order

Submits a fulfillment request for a fulfillment order. This initiates the fulfillment process for the specified order.

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

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to submit fulfillment request for

Request Body

application/json

Request type for submitting a fulfillment request

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/fulfillment-requests/submit" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "message": "string"}