Nhất Tín LogisticsDevelopers
API ReferenceShipments

Return shipment

Request return for shipments that have been picked up, are in transit, or failed delivery.

POST/v3/bill/revert-bill

Return a list of eligible shipments.

Auth: Bearer access token

Request body

FieldTypeRequiredDescription
bill_codestring[]YesList of shipment codes to return.
curl --request POST \
--url https://apisandbox.ntlogistics.vn/v3/bill/revert-bill \
--header "Authorization: Bearer <access_token>" \
--header "Content-Type: application/json" \
--data '{"bill_code":["CP12777690"]}'

Response

{
  "success": true,
  "data": {
    "success": ["CP10188714"],
    "failed": []
  },
  "message": ""
}

On this page