Estimate delivery price
check_priceCalculate delivery cost before creating a claim. Provide route points and cargo items to receive price, currency, distance, and ETA.
Instructions
Preliminary delivery cost estimate WITHOUT creating a claim — the pricing method for countries outside Russia. Returns price (a decimal STRING, not a number!), currency_rules {code, sign, template}, distance_meters, eta (minutes) and zone_id. Route points take [longitude, latitude] coordinates and/or a full address string. Typical errors: 400 address_not_found (address not recognized), 409 estimating.cant_construct_route (no route between the points), 409 estimating.requirement_unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items / cargo places. | |
| requirements | No | Delivery requirements (class, body type, extra options). | |
| route_points | Yes | Route points: coordinates and/or an address (at least one of the two per point). | |
| skip_door_to_door | No | true — disable door-to-door delivery (default false). |