Documentation Mercado Libre

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

Documentation

Last update 31/08/2023

Blocked messages

Remember that we moderate the shortened links with the following tools

  • Bitly
  • Bl.ink
  • Polr
  • Rebrandly
  • T2M
  • TinyURL
  • URL Shortener by Zapier
  • Yourls

Check blocked messages

Request:

curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/marketplace/messages/packs/$PACK_ID/sellers/$SELLER_ID

Example:

curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/marketplace/messages/packs/22175467/sellers/32086568493

Response:

{
    "paging": {
        "limit": 10,
        "offset": 0,
        "total": 4
    },
    "conversation_status": {
        "path": "/packs/22175467/sellers/32086568493",
        "status": "blocked",
        "substatus": "blocked_by_buyer",
        "status_date": "2020-01-10T19:58:04.317Z",
        "status_update_allowed": false,
        "claim_ids": null,
        "shipping_id": null
    },
    "messages": [...]
}

Learn more the response fields and reasons (substatus) for which we block certain after-sales messages to improve the buyer experience:


status: this field admits two values:

  • active: the conversation is open to send/receive messages
  • blocked: the conversation is closed to send/receive messages

substatus

  • blocked_by_time: the seller may respond in all cases as long as 30 days have not elapsed since the last message that was sent. The period to receive messages has expired and will only be reopened if the buyer so decides.
  • blocked_by_buyer: the buyer decides to block the reception of messages.
  • bloqued_by_mediation: there is an ongoing mediation between the buyer and the seller.
  • blocked_by_fulfillment: Being a sale with Fulfillment, the messages will be available when the package is delivered (shipping status: delivered).
  • blocked_by_payment: The payment has not yet been made (by the buyer) or has not yet been impacted.
    An order is not paid when it has any of the status payment_required, payment_in_process or partially_paid. This block is temporary until the payment is made and has impacted on the order. The update is not instantaneous, so we recommend waiting 60 seconds for it to have an impact.
  • blocked_by_conversation_initiated_by_seller: the purchase in its entirety is of Supermarket products, and the seller initiates the conversation. This block applies in Mexico and Brazil. When the buyer starts the conversation, the seller's messaging will not be blocked.
  • blocked_by_conversation_initiated_by_seller_limited: This block applies to Mercado Envios 2 sales in Brazil, Chile, Mexico and Colombia. You must use the Reasons to communicate resource. When the buyer starts the conversation, the seller's messaging will not be blocked.
  • blocked_by_refund: the seller is unable to communicate with the buyer as a partial or full refund of the order has been made. It will only be reopened if the buyer sends a new message.

status_date: is the date when the conversation status was updated.


Back: What is post-sale messages.