v1
latestOpenAPI 3.0.12026-08-061158187.8 KBTariff API
Get price estimate
Returns an estimated standard delivery fee for an order based on the provided weight, service_level, from and to locations, excluding any surcharge and discount.
Note: This endpoint doesn't require authentication but is rate-limited to 20 calls per minute.
post/{countryCode}/1.0/public/price
Path parameters
countryCode'ID' required
Country code. Only ID is supported.
Request body
Response
Obtained a price estimate successfully.
Example response
{
"data": {
"total_fee": 90000
}
}