Prepared Information

Changing Order Status to Prepared

  • You can use it to make the order go to the prepared status. You need to send OrderId as a parameter. If the current status of the order is on the way, cancelled or 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
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/Prepared
Example Response
{
  "Status": 100,
  "Message": "İşlem Başarılı"
}