Skip to content

Partial Order Update

Request

Webhook for partial order updates. Push to the endpoint to update specific fields of an existing order.

Security
BasicAuthWebhookCredentials
Bodyapplication/jsonrequired
updatesArray of objects(Updates)

List of orders to update

POST
/v1/webhook/partial-order-update
{ "updates": [ {} ] }

Responses

Successful Response

Bodyapplication/json
Any of:

Response schema for the partial order update webhook. This schema is used to return errors or success messages.

errorsArray of objects or null(Errors)
Any of:

List of errors that occurred during the webhook processing. If empty/omitted, the webhook was processed successfully.

Response
{ "errors": { "error_message": "The payload is invalid.", "error_type": "USER_INPUT_ERROR" } }