Экспресс: условия отмены
express_cancel_infoCheck cancellation conditions for an express delivery claim before canceling. Returns whether cancellation is free, paid (with price details), or unavailable.
Instructions
Условия отмены заявки — вызывайте ПЕРЕД express_cancel_claim. Возвращает cancel_state: free (бесплатная), paid (платная — вернётся price/price_with_vat и currency) или unavailable (отменить уже нельзя).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_id | Yes | Идентификатор заявки (claim_id, 32–64 символа) из ответа express_create_claim или express_search_claims. |