Get Locations Ids
To create a delivery you need to send us ID of: the provincia (state) requires country id, canton (province) that required provincia id and distrito (district) that required province id.
Get the List of countries
Headers
Name
Type
Description
{
"success": true,
"message": "Countries Returned",
"data": [
{
"id": 1,
"name": "Costa Rica"
}
]
}Get the list of states/provincias
Headers
Name
Type
Description
Get the list of cantones
Headers
Name
Type
Description
Get the list of districts
Headers
Name
Type
Description
Last updated