deliveries_retrieve__get_delivery_by_id
Fetch a single delivery's details using its order ID and organization ID. Returns null if no matching delivery is found.
Instructions
Один заказ по id (None, если не найден). Это тул-обёртка: своего троттлинга нет, но вызов расходует квоту нижележащего метода API — кэшируйте результат в диалоге.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| organization_id | Yes |