OrdersFulfillment Orders

Accept Fulfillment Request

Accept a fulfillment request for a fulfillment order

Accepts a fulfillment request for a fulfillment order. This confirms that the fulfiller will handle the fulfillment of this order.

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

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to accept fulfillment for

Request Body

application/json

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