cdek_calculate_tarifflist
Calculate delivery cost and transit time for all available tariffs between two cities, using package weight and dimensions.
Instructions
Расчет по доступным тарифам (POST /v2/calculator/tarifflist).
Расчет стоимости и сроков доставки по всем доступным тарифам между двумя городами.
Args: from_city: Sender city name to_city: Recipient city name weight_kg: Package weight in kg length: Package length in cm (default 10) width: Package width in cm (default 10) height: Package height in cm (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| length | No | ||
| to_city | Yes | ||
| from_city | Yes | ||
| weight_kg | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |