Cancellation Information

Canceling an Order

  • You can use it to cancel the order. It takes OrderId and CancelReason as parameters. CancelReason can be left blank. If the current status of the order is closed, the error The status of the order is not suitable for processing is received.

  • The request should be sent with the POST method.

Parameters

Request Header Parameters

ParameterDescriptionType
x-api-keyAPI key of your accountstring
x-api-secretAPI Secret key of your accountstring
x-api-consumerIntegrator restaurant/company namestring

Required Parameters

ParameterDescriptionType
OrderIdOrder Numberint
CancelReasonReason for Cancellationstring
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/Cancel
Example Response
{
  "Status": 100,
  "Message": "İşlem Başarılı"
}