Documentation Mercado Libre

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

Documentation

Last update 21/12/2022

Shipping

This examples will guide you through shipping resources.

Resource Description Example
/marketplace/shipments/$SHIPMENT_ID Retrieves all delivery data. GET
/sites/$SITE_ID/shipping_methods Retrieves shipping modes available in a country. GET
/sites/$SITE_ID/shipping_options?zip_code_from=$ZIP_CODE&zip_code_to=$ZIP_CODE&dimensions=$DIMENSIONS Retrieves the cost of a shipping. Shipping cost calculator per country. GET
/users/$CUST_ID/shipping_preferences Retrieves the cost of a shipping. Shipping cost calculator per country. GET
/marketplace/shipments/$SHIPMENT_ID/labels Allows print the ticket for send the order. GET
/marketplace/shipments/$SHIPMENT_ID/tracking This endpoint allows you to report the tracking of a shipment, which must be entered by parameter. POST