Read Location By External

A GET to the /locations/{type}/{id} endpoint allows your application to retrieve a specific Location record by an external_id or external_code.

AttributeDescription
typeexternal_id
external_code
idThis value is searched for in the type to find a location

In the request URL, specify the type to identify the field used to search for the location.
specify the id to specify the search data.

for example, to search for a location with an external_id of "EX1234"
Use the below URL:
/locations/external_id/EX1234

If a location is found with the external_id "1234" this will be returned in the response.

Language
Authorization
Header
URL