Documentation Mercado Libre

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

Documentation

Last update 29/06/2023

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 Listing limit
China and Hong Kong USA
New seller (gray) Orange Red 3.000 15.000
Yellow 10.000 50.000
Light green Green 20.000 50.000
Green-Silver Green-Gold Green-Platinum 50.000 Unlimited


Next: Global items.