Documentación Mercado Libre

Descubre toda la información que debes conocer sobre las APIs de Mercado Libre.
circulos azuis em degrade

Documentación

Última actualización 15/04/2024

Users & Apps

This example will help you work with users and applications registered on Mercado Libre.

Resource Description Example
/users/$CUST_ID User account information. GET PUT
/users/me Returns account information about the authenticated user. GET
/users/$CUST_ID/addresses Return addresses registered by the user. GET
/users/$CUST_ID/accepted_payment_methods Returns payment methods accepted by a seller to collect its operations. GET
/applications/$APP_ID Returns information about the application. GET
/users/$USER_ID/brands This resource retrieves brands associated to an user_id. The official_store_id attribute identifies a store. GET
/users/$USER_ID/classifieds_promotion_packs Manage user promotion packs. GET POST
/users/$USER_ID/classifieds_promotion_packs/$LISTING_TYPE&categoryId=$CATEGORY_ID Availability for the user to list under a given Listing Type and category according to packages engaged. GET
/users/$CUST_ID/available_listing_types?category_id=$CATEGORY_ID Listing types availability by user and category. GET
/users/$CUST_ID/available_listing_type/$LISTING_TYPE_ID?category_id=$CATEGORY_ID Retrieves availability to list under a listing type for a given category. GET
/users/$USER_ID/applications/$APP_ID Application permissions. DELETE
/missed_feeds?app_id=$APP_ID Notifications history. GET