Accept order - Order Management - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps

Accept order

When the delivery status returns Ready_to_ship you can accept the order.

To accept the order that was confirmed at the POS, perform a PUT sending the shipment_id and access_token (generated by the OAuth authentication process) to the endpoint /proximity-integration/shipments/{shipment_id}/accept. Check Security for more information about OAuth.

When accepting the order, the status will be changed and the new order status will be indicated in the response.

Important
It is important to know that only in the statuses ready_to_ship and ready_to_print it is possible to accept an order. After accepting the order, the substatus will be printed. If the order is not accepted 5 minutes after its creation, it will be automatically cancelled.