API reference
Resolve area by source code
Finds which delivery area a location belongs to. Use it to resolve an area from a postal or district code before asking for shipping options.
GET
/v1/geo/resolveFinds which delivery area a location belongs to. Use it to resolve an area from a postal or district code before asking for shipping options.
Query Parameters
countryCode*string
ISO 3166-1 alpha-2 country code, for example PE.
source*string
code*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/geo/resolve?countryCode=string&source=string&code=string"{ "id": "string", "countryCode": "string", "type": "level1", "code": "string", "name": "string", "parentId": null, "source": "string"}