Nhất Tín LogisticsDevelopers
API ReferenceShipments

Print waybill

Generate a waybill print URL by shipment code and Partner ID.

GET/v3/bill/print

Get waybill print information or print URL.

Auth: Bearer access token

Query parameters

FieldTypeRequiredDescription
do_codestringYesShipment code to print.
partner_idnumberYesPartner ID on the customer portal.
is_pdfbooleanNoSet true to receive a PDF, or false to receive HTML.
https://printdev.ntlogistics.vn/v1/bill/print?do_code=CP98783232&partner_id=88798&is_pdf=true

Response

FieldTypeDescription
successbooleantrue when print data is retrieved successfully.
messagestringResponse message.
dataobjectData used for waybill printing.

On this page