Last update 21/12/2022
Categories & Listings
Resource | Description | Example |
---|---|---|
/sites | Retrieves information about the sites where Mercado Libre runs. | GET
Go back
X
Get all sites.
Response:
Learn more.
|
/sites/{Site_id}/listing_types | Returns different exposure levels associated with all listing types in Mercado Libre. | GET |
/sites/{Site_id}/categories | Returns available categories in the site. | GET
Go back
X
Get the category tree by site.
Response:
Learn more.
|
/categories/{Category_id} | Returns information about a category. | GET
Go back
X
Get category details.
Response:
Learn more.
|
/categories/{Category_id}/attributes | Displays attributes and rules over them in order to describe the items that are stored in each category. | GET
Go back
X
Get category attributes.
Response:
Learn more.
|
/sites/{site_id}/listing_types/{listing_type_id} | Retrieves the configuration for a specific listing type. | GET
Go back
X
Get listing type details.
Response:
Learn more.
|