ReDoc documentation

inventory/get-latlng-from-address

inventory/get-latlng-from-address

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

Get latitude and longitude object from address

Request
query Parameters
address[city]
string

Shipping city

address[country]
string

Shipping country

address[postcode]
string

Shipping postcode

address[region]
string

Shipping region

address[street]
string

Shipping street address

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "lat": 0,
  • "lng": 0
}