v1
latestOpenAPI 3.0.12026-08-061158187.8 KBPUDO partners API
Scan parcel for shipper drop-off
Triggers parcel scanning for shipper drop-off at a Ninja Point. Returns order information.
get/{countryCode}/1.0/send-orders/{trackingId}
Path parameters
countryCode'SG' | 'MY' | 'TH' | 'ID' | 'VN' | 'PH' | 'MM' required
Country code.
trackingIdstring required
Tracking ID of the order.
Response
Order successfully scanned.
Example response
{
"tracking_id": "NVSGBEDBP03784ADPL",
"type": "Normal",
"status": "Completed",
"granular_status": "Completed"
}