Cancel Delivery Information

Cancel Order Delivery Status

  • This method allows you to cancel order delivery status.

  • If previous status was Ready then it changes to Ready status, else status changes to Preparing.

  • It takes OrderId as parameter.

  • If the current status of order is closed, the error The status of the order is not suitable for processing is received.

  • POST metodu ile istek gönderilmelidir.

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
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/CancelDelivery
Example Response
{
  "Status": 100,
  "Message": "Success"
}