OrdersFulfillment Orders

Reject Fulfillment Request

Reject a fulfillment request for a fulfillment order

Rejects a fulfillment request for a fulfillment order. This indicates that the fulfiller cannot or will not handle the fulfillment of this order.

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

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to reject fulfillment for

Request Body

application/json

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