Skip to main content
GET
/
v3
/
rates
/
product-variant-estimate
Estimate Rate For Product Variant
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/rates/product-variant-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
sku
string | null
external_id
string | null
barcode
string | null
location_id
integer | null
region
string | null
country
string | null

Response

data
object
required