Documentação do Mercado Livre

Confira todas as informações necessárias sobre as APIs Mercado Livre.
circulos azuis em degrade

Documentação do

Última atualização em 15/03/2023

Questions & Answers

Note:
For security, you can get the buyer's email, phone number and name under /questions/$QUESTION_ID.
Use the api_version = 4 parameter and get the questions and answers with the new structure.

This example will help you manage questions and answers.

Resource Description Example
/questions/search?item=$ITEM_ID Search any question made to user's items. GET
/questions Ask questions on other user's items. POST
/answers Answer questions made on your items. POST
/questions/$QUESTION_ID Retrieves information for an specific question ID. GET
/users/$SELLER_ID/questions_blacklist/$BUYERID Manage questions blacklist. GET GET POST DELETE
/my/received_questions/search Received questions by user. GET