Get latlng from address

inventory Distance Based Source Selection Api Get Lat Lng From Address V1Execute Get

Get latitude and longitude object from address

get

/V1/inventory/get-latlng-from-address

Query parameters
address[country]string

Shipping country

Example: <string>
address[postcode]string

Shipping postcode

Example: <string>
address[street]string

Shipping street address

Example: <string>
address[region]string

Shipping region

Example: <string>
address[city]string

Shipping city

Example: <string>
Responses
curl -L \
  --url 'http://{{baseurl}}/V1/inventory/get-latlng-from-address'
{
  "lat": -57190112.024596915,
  "lng": 19677554.99652642
}