Cancel order
cancel_orderCancel an order in Yandex KIT when its status allows. Optionally add a reason for local logs; the reason is not sent to the KIT API.
Instructions
Cancel an order. Whether cancellation is possible depends on the order's current status. The optional owner reason is retained only in the MCP conversation/tool log; the KIT CancelOrder endpoint has no reason field, so it is not sent to or stored by the KIT API. No request body is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID (UUID). | |
| reason | No | Owner-provided cancellation reason for conversation and tool-log context only; it is not sent to or stored by the KIT API. |