v1

latestOpenAPI 3.0.12026-08-061158187.8 KB
PUDO 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.

tracking_idstring required

Tracking ID of the parcel

typestring required

Type of parcel (Normal | Return)

statusstring required

Identifies the major milestone for where an order is in the parcel life cycle

granular_statusstring required

Identify more detailed transitions inside the status

Example response

{
  "tracking_id": "NVSGBEDBP03784ADPL",
  "type": "Normal",
  "status": "Completed",
  "granular_status": "Completed"
}