Location Tree
Content
Below, Mercado Libre APIs will be shared where information on the countries, states and cities of each of them is provided. The objective is that they can have the necessary information to be able to use them in integrations with Mercado Envíos.
Countries
The following API allows you to obtain information about the Countries according to their corresponding ID:
https://api.mercadolibre.com/countries/:country_idNote:
The country values are:
- Argentina: AR
- Brazil: BR
- Chile: CL
- Colombia: CO
- Ecuador: EC
- Mexico: MX
- Uruguay: UY
- Peru: PE
States
The following API allows obtaining the information of the States according to their corresponding id:
https://api.mercadolibre.com/states/:state_idNote:
The State Id is obtained from the Countries API.
Cities
The following API allows you to obtain information about the Cities according to their corresponding ID:
https://api.mercadolibre.com/cities/:city_idNote:
The City Id is obtained from the States API.