# Код выдачи заказа

1\. Ввод Yandex Order ID

* Введите **ID заказа Yandex** в поле(Поиск по ID заказа).
* Система загружает информацию о заказе:
  * Идентификаторы заказа (Yandex Eats, Deliver ID)
  * Тип и сумма оплаты
  * Информация о клиенте

***

#### 2. Проверка кода выдачи от курьера

* При нажатии на заказ открывается модальное окно для ввода **кода выдачи**.
* Курьер сообщает код — его вводит сотрудник.
* Система сверяет введённый код с тем, что пришло от Yandex.
  * Если код **совпадает** — выводится сообщение: “Код курьера совпадает”
  * Если **не совпадает** — появляется ошибка: “Код курьера не совпадает”

Если код курьера и код заказа совпадают, то сотрудник ресторана может выдать заказ курьеру


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://delever.gitbook.io/delever/user-guide/admin-panel/kitchen/kod-vydachi-zakaza.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
