Changing Order Status to an Order on the Delivery
-
You can use it to get the order to take off status. It takes
OrderId
andCourierId
as parameters. You can access theCourierId
information here. If the current status of the order is cancelled or closed, the errorThe status of the order is not suitable for processing
is received. -
The request should be sent with the
POST
method.
Parameters
Request Header Parameters
Parameter | Description | Type |
---|---|---|
x-api-key | API key of your account | string |
x-api-secret | API Secret key of your account | string |
x-api-consumer | Integrator restaurant/company name | string |
Required Parameters
Parameter | Description | Type |
---|---|---|
OrderId | Order Number | int |
CourierId | Courier ID | int |
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/OnDelivery
Example Response
{
"Status": 100,
"Message": "İşlem Başarılı"
}