cURL
curl --request PUT \ --url https://api.production.orderprotection.com/v1/orders/{sourceOrderId}/fulfillments/{sourceFulfillmentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status": "fulfilled" }'
{ "status": "ok" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The fulfillment has been successfully updated.
The response is of type object.
object