Delivered Information

Changing Order Status to an Order Delivered

  • You can use it to switch the order to the status of being delivered to the customer. You need to send OrderId as a parameter. You can access the PaymentType information here. If the current status of the order is canceled or the PaymentType parameter is not sent, The status of the order is not suitable for processing error 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
PaymentTypePayment Type IDint
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/Deliver
Example Response
{
  "Status": 100,
  "Message": "İşlem Başarılı"
}