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 22/03/2023

Shipping

Note:
We have disabled the /sites/$SITE_ID/shipping_options feature.
We recommend querying users / shipping_options and / or items / shipping_options.

This examples will guide you through shipping resources.

Resource Description Example
/shipments/$SHIPMENT_ID Retrieves all delivery data. GET
/items/$ITEM_ID/shipping_options Retrieves all methods available to send the product. Valid for custom shipments only. GET
/sites/$SITE_ID/shipping_methods Retrieves shipping modes available in a country. GET
/users/$CUST_ID/shipping_preferences Retrieves all shipping modes and services available to user. GET
/orders/$ORDER_ID/shipments Retrieves the delivery information into order. GET
/shipment_labels Allows print the ticket for send the order. GET
/shipment_labels?shipment_ids=$SHIPMENT_ID&response_type=zpl2 Allows print the ticket for send the order in Zebra Format. GET
/shipment_labels?shipment_ids=$SHIPMENT_ID&savePdf=Y Allows print the ticket for send the order in PDF Format GET