Documentation Mercado Libre
Check out all the necessary information about APIs Mercado Libre.Documentation
Seller reputation
Your reputation reflects your seller performance, and it measures the quality of service you offer to buyers. In Mercado Libre, your reputation is reflected by a color. We calculate your reputation based on three metrics. To do so, we take into consideration your fulfilled orders during the last 3 months plus the days of the current month. If your total sales history has less than 40 fulfilled orders, we take into consideration your whole order record. See more details about show it works.
Check global and marketplace sellers reputation
Request:
curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/global/users/seller_reputation
Response:
{
"user_id": 1234,
"site_id": "CBT",
"seller_reputation": [
{
"user_id": 5678,
"site_id": "MLM",
"logistic_type": "remote",
"seller_reputation": {
"level_id": "5_green",
"power_seller_status": "gold",
"transactions": {
"canceled": 81,
"completed": 601,
"period": "historic",
"ratings": {
"negative": 0.04,
"neutral": 0.02,
"positive": 0.94
},
"total": 682
},
"metrics": {
"sales": {
"period": "60 days",
"completed": 219
},
"claims": {
"period": "60 days",
"rate": 0.0166,
"value": 4
},
"delayed_handling_time": {
"period": "60 days",
"rate": 0.0877,
"value": 20
},
"cancellations": {
"period": "60 days",
"rate": 0,
"value": 1
}
}
}
},
{
"user_id": 33355,
"site_id": "MLC",
"logistic_type": "remote",
"seller_reputation": {
"level_id": null,
"power_seller_status": null,
"transactions": {
"canceled": 3,
"completed": 6,
"period": "historic",
"ratings": {
"negative": 0.09,
"neutral": 0.03,
"positive": 0.88
},
"total": 9
},
"metrics": {
"sales": {
"period": "365 days",
"completed": 6
},
"claims": {
"period": "365 days",
"rate": 0,
"value": 1
},
"delayed_handling_time": {
"period": "365 days",
"rate": 0,
"value": 7
},
"cancellations": {
"period": "365 days",
"rate": 0,
"value": 0
}
}
}
},
{
"user_id": 123123,
"site_id": "MLB",
"logistic_type": "remote",
"seller_reputation": {
"level_id": null,
"power_seller_status": null,
"transactions": {
"canceled": 2,
"completed": 7,
"period": "historic",
"ratings": {
"negative": 0.31,
"neutral": 0,
"positive": 0.69
},
"total": 9
},
"metrics": {
"sales": {
"period": "365 days",
"completed": 7
},
"claims": {
"period": "365 days",
"rate": 0,
"value": 0
},
"delayed_handling_time": {
"period": "365 days",
"rate": 0,
"value": 1
},
"cancellations": {
"period": "365 days",
"rate": 0,
"value": 1
}
}
}
},
{
"user_id": 678768,
"site_id": "MCO",
"logistic_type": "remote",
"seller_reputation": {
"level_id": null,
"power_seller_status": null,
"transactions": {
"canceled": 5,
"completed": 4,
"period": "historic",
"ratings": {
"negative": 1,
"neutral": 0,
"positive": 0
},
"total": 9
},
"metrics": {
"sales": {
"period": "365 days",
"completed": 4
},
"claims": {
"period": "365 days",
"rate": 0,
"value": 0
},
"delayed_handling_time": {
"period": "365 days",
"rate": 0,
"value": 1
},
"cancellations": {
"period": "365 days",
"rate": 0.5555,
"value": 5
}
}
}
}
]
}
Resource fields
- level_id: User reputation level described in thermometer numbering and color.
- power_seller_status: This field shows if the seller is Mercado Lider, and the name of medal received, whether Silver, Gold or Platinum.
- real_level: Actual level of reputation of the seller, during the protection period (appears only when the seller is protected).
- protection_end_date: End date of protection (only when the seller is protected).
- transactions: Number of sales made by user in certain period.
- canceled: Number of transactions cancelled.
- completed: Number of transactions completed.
- period: Period considered.
- ratings: Ratio of sales rated as negative, neutral or positive.
- total: Total transactions.
Quality metrics
- sales: The number of sales with mediations (claims and/or disputes) a seller has.
- period: The period for ratio calculation will depend on the number of sales fulfilled in the past 60 days.
- completed: Number of sales completed. Whether an order has claims or not matters. So if an order has more than one claim / dispute, to avoid counting it, all the claims / disputes must be excluded from his/her reputation (tag "avoid_reputation").
Period to evaluate, depending on country and number of sales:
México (MLM)
Transactions in the past 60 days | Period for reputation evaluation |
---|---|
For MLM > or = 40 sales | The past 60 days. |
For MLM < 40 sales | All the sales history is considered (past 365 days). |
Brasil (MLB)
Transactions in the past 60 days | Period for reputation evaluation |
---|---|
For MLB > or = 60 sales | The past 60 days. |
For MLB < 60 sales | All the sales history is considered (past 365 days). |
Colombia (MCO)
Transactions in the past 60 days | Period for reputation evaluation |
---|---|
For MCO > or = 60 sales | The past 60 days. |
For MCO < 60 sales | All the sales history is considered (past 365 days). |
Chile (MLC)
Transactions in the past 60 days | Period for reputation evaluation |
---|---|
Para MLC > or = a 40 sales | The past 60 days. |
Para MLC < 40 sales | All the sales history is considered (past 365 days). |
Exceptions:
Certain measurements are automatically ignored when specific rules are met. For exceptional cases, a process for order exception via contact with CX will be provided.
Claims
For calculation, sales with claims made by buyer regardless of payment or shipping method will be considered. That is, sales from disqualified users, fraudulent user sales, sales with payment rejected and invalid sales were not considered.
Formula
claims_rate = sales with claims / total sales
To start impacting on reputation, at least, 3 sales with claims are needed.
Once the period to calculate number of sales made by seller is known, thermometer color will be determined by seller percentage. Thermometer example in the same way as it will be viewed by seller in account:
Minimum for each thermometer level with this variable
MLM
- light_green & up ==> claims_rate <= 2%
- yellow ==> 2% < claims_rate <= 4%
- orange ==> 4% < claims_rate <= 7%
- red ==> 7% < claims_rate
MLB
- light_green & up ==> claims_rate <= 3%
- yellow ==> 3% < claims_rate <= 7%
- orange ==> 7% < claims_rate <= 12%
- red ==> 12% < claims_rate
MCO
- light_green & up ==> claims_rate <= 5%
- yellow ==> 5% < claims_rate <= 7%
- orange ==> 7% < claims_rate <= 10%
- red ==> 10% < claims_rate
MLC
- light_green & up ==> claims_rate <= 5%
- yellow ==> 5% < claims_rate <= 7%
- orange ==> 7% < claims_rate <= 10%
- red ==> 10% < claims_rate
Handling Time
It measures the time it takes for you to ship an order, that is, deliver the package to the carrier. It applies to both Mercado Libre’s partnered carriers and your own chosen carriers. Our policy is that you keep a 3-day handling time per order or lower. Having a handling time above 3 days could hurt your reputation.
If you are using your own chosen carrier, it’s important for you to add the shipment details as soon as possible so that buyers can start tracking their orders online. Doing this will help you keep your buyers happy, reduce complaints and negative feedback.
The following only apply to your direct-to-consumer operation:
- In order to have a green color reputation, your orders with delayed handling time cannot exceed 15% of total orders.
- In order to have a yellow color reputation, your orders with delayed handling time cannot exceed 20% of total orders.
- In order to have an orange color reputation, your orders with delayed handling time cannot exceed 30% of total orders.
Avoid affecting your reputation by dispatching the product to the warehouse of your assigned carrier 96 hours since the order was created.
Cancellations
This metric shows the number of seller cancellations without any claim. The rate of canceled orders should not be over 4% when it comes to Mexico, and it should be below 3% in the case of Brazil.