Skip to main content
POST
/
v3
/
rates
/
product-estimate
Estimate Rate For Product
curl --request POST \
  --url http://localhost/api/v3/rates/product-estimate \
  --header 'Content-Type: application/json' \
  --data '
{
  "definition": "<string>",
  "product_id": 123,
  "location_id": 123,
  "region": "<string>",
  "country": "<string>"
}
'
{
  "data": {
    "name": "<string>",
    "handle": "<string>",
    "rate": "<string>",
    "location": "<string>",
    "code": "<string>",
    "region_id": 123,
    "country_iso_2": "<string>",
    "priority": "<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
definition
string
required
product_id
integer
required
location_id
integer | null
region
string | null
country
string | null

Response

data
object
required