Skip to main content
GET
/
v3
/
rates
/
product-estimate
Estimate Rate For Product
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/rates/product-estimate
{
  "data": {
    "name": "<string>",
    "handle": "<string>",
    "rate": "<string>",
    "location": "<string>",
    "code": "<string>",
    "region_id": 123,
    "country_iso_2": "<string>",
    "priority": 123
  }
}

Query Parameters

definition
string
required
product_id
integer
required
location_id
integer | null
region
string | null
country
string | null

Response

data
object
required