Home
Documentation
Resources
Partners
Community

Partners

Discover our program for agencies or developers that offer integration services and sellers who want to hire them.

Community

Get the latest news, ask others for help and share your knowledge.

Get order coupon - Shipping orders - Mercado Pago Developers

Intelligent search powered by OpenAI 

Print/get order coupon

GET

https://api.mercadopago.com/proximity-integration/shipments/{shipment_id}/print_label_pdf
This endpoint is used to accept an order and, in addition, it returns the PDF file for the order coupon. This endpoint can be used if it is not necessary to develop a custom coupon for the POS.
Request's parameters
PATH
shipment_id
string

REQUIRED

Shipment ID of the order.
Response parameters
Esta solicitação não tem resposta
Errors

401Error

401

Unauthorized - Access Token is invalid

403Error

403

Forbidden - User cannot access this resource

424Error

424

Not Found - Failed to get some information of the order

500Error

500

Internal server error

Request
curl -X GET \
    'https://api.mercadopago.com/proximity-integration/shipments/{shipment_id}/print_label_pdf'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer TEST-4599*********755-11221*********d497ae962*********ecf8d85-1*********' \
    
Sample answer
// This request has not been responded to.