OrdersFulfillment Orders

Close Fulfillment Order

Close a fulfillment order

Closes a fulfillment order, returning it to an unfulfilled state. The order will need another warehouse to accept a new fulfillment request before it can be fulfilled.

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

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to close

Request Body

application/json

Request type for closing a fulfillment order

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