Documentation Mercado Libre

Check out all the necessary information about APIs Mercado Libre.
circulos azuis em degrade

Documentation

Last update 13/03/2025
Important Announcement: This publication flow will be deprecated on April 30th and will be replaced by the new Global Listing flow.
We are excited to announce that a new API for creating Global Selling items items is now available. This new functionality allows you to create both global and local items in a single step, simplifying the publication process significantly.

If you are starting a new development, you must use the new API to ensure a smooth integration.

For those who have not yet updated their development, we strongly recommend adjusting their projects to the new publishing flow before April 30th, as the previous flow will be deprecated after that date.

Take advantage of this improvement and optimize your experience with Global Selling!

Listing limits

With this resource you obtain information on the limit of active publications that a seller has for each of the sites based on their reputation. Learn more about What are the listing limits.

Get listing limit

Send the access token of the global user to get the limit quantity of listings available per each marketplace user.

Request:

curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/marketplace/users/cap

Response:

[
    {
        "user_id": 823718333,
        "site_id": "MLM",
        "logistic_type": "remote",
        "quota": 15000,
        "total_items": 6
    },
    {
        "user_id": 823714222,
        "site_id": "MLC",
        "logistic_type": "remote",
        "quota": 15000,
        "total_items": 0
    },
    {
        "user_id": 823714444,
        "site_id": "MLB",
        "logistic_type": "remote",
        "quota": 0,
        "total_items": 14
    }
]

Response fields

quota: limit quantity of active items that the seller can have for each marketplace
site: This limit depends on the reputation that the seller has for that site
total_items: active listings quantity that the seller has for this site

Limit listings according seller reputation level

Reputation Level New cap
green platinum 50.000
green gold 50.000
green silver 20.000
green 10.000
light green 10.000
yellow 3.000
orange 1.000
red 1.000
newbie 1.000

Next: Global items.