API ReferenceShipments
Print waybill
Generate a waybill print URL by shipment code and Partner ID.
GET
/v3/bill/printGet waybill print information or print URL.
Auth: Bearer access token
Query parameters
| Field | Type | Required | Description |
|---|---|---|---|
do_code | string | Yes | Shipment code to print. |
partner_id | number | Yes | Partner ID on the customer portal. |
is_pdf | boolean | No | Set 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=trueResponse
| Field | Type | Description |
|---|---|---|
success | boolean | true when print data is retrieved successfully. |
message | string | Response message. |
data | object | Data used for waybill printing. |