Skip to main content
POST
/
v3
/
rates
/
calculate
Calculate Rate
curl --request POST \
  --url http://localhost/api/v3/rates/calculate \
  --header 'Content-Type: application/json' \
  --data '
{
  "handle": "<string>",
  "type": "<string>",
  "location": "<string>",
  "code": "<string>",
  "price": 123
}
'
{
  "total": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
handle
string
required
type
string
required
location
string
required
code
string
required
price
number
required

Response

total
string
required