OrdersFulfillment Orders

Accept Cancellation Request

Accept a cancellation request for a fulfillment order

Accepts a cancellation request for a fulfillment order. This will cancel the fulfillment order and update its status accordingly.

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

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to accept cancellation for

Request Body

application/json

Request type for accepting a fulfillment order cancellation 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/cancellation-requests/accept" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "message": "string"}