On Delivery Information

Changing Order Status to an Order on the Delivery

  • You can use it to get the order to take off status. It takes OrderId and CourierId as parameters. You can access the CourierId information here. If the current status of the order is 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
CourierIdCourier IDint
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/OnDelivery
Example Response
{
  "Status": 100,
  "Message": "İşlem Başarılı"
}