OrdersFulfillment Orders

Reject Cancellation Request

Reject a cancellation request for a fulfillment order

Rejects a cancellation request for a fulfillment order. This will keep the fulfillment order active and update its status accordingly.

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

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to reject cancellation for

Request Body

application/json

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