Skip to main content
PATCH
/
orders
/
{orderId}
/
confirmFulfillment
Update resource
curl --request PATCH \
  --url https://api.quivo.co/orders/{orderId}/confirmFulfillment \
  --header 'Content-Type: application/json' \
  --data '
{
  "fulfillmentConfirmed": true
}
'
This response has no body data.

Path Parameters

orderId
integer<int64>
required

The unique identifier for an order.

Body

application/json

Partial resource data to update at /orders/{orderId}/confirmFulfillment

Request payload for confirming fulfillment information for an order. Contains confirmation details and fulfillment status updates.

fulfillmentConfirmed
boolean

Optional value to prioritize order.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.