Courier Code
When sending an order to the Partner’s system, Yango Deli provides a 4-symbol code in the comment field.
This code is also displayed in the Courier’s app. When transferring an order from the Picker to the Courier, the code must be verified. This mechanism reduces fraud and errors in handling delivery orders.
Order Cancellation by Yango Deli
In certain situations, Yandex Eats may cancel an order if a courier can't be found, the customer doesn't want to wait, etc. In this case, the Partner must be able to accept the order cancellation.
The CANCELLED status is transmitted via the PUT /order/{orderId}/status endpoint.
- When a
CANCELLEDstatus is received from the Partner, Yango Deli automatically sends a cancellation request via PUT /order/{orderId}/status. - In addition to
CANCELLED, this method can also transmitTAKEN_BY_COURIERand/orDELIVEREDstatuses.
Was the article helpful?
Previous
Next