Changing Order Status to Prepared
-
You can use it to make the order go to the prepared status. You need to send
OrderIdas a parameter. If the current status of the order is on the way, cancelled or closed, the errorThe status of the order is not suitable for processingis received. -
The request should be sent with the
POSTmethod.
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 |
Example Request
curl -X POST https://ext.adisyo.com/api/External/v2/PreparedExample Response
{
"Status": 100,
"Message": "İşlem Başarılı"
}