Last update 28/12/2022
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 |
---|---|
New seller (gray) Orange Red |
15.000 |
Yellow Light green Green |
50.000 |
Green-Silver Green-Gold Green-Platinum |
No limit |
Next: Global items.