v1

latestOpenAPI 3.0.12026-08-061158187.8 KB
PUDO partners API

Trigger webhooks for customer collection, driver drop-off, driver collection

Sends Ninja Van a webhook whenever one of the following events occur:

  • Customer collects a parcel from a Ninja Point.
  • Driver drops off a parcel at a Ninja Point.
  • Driver collects a parcel from a Ninja Point.
put/{countryCode}/1.0/dp-order-events

Path parameters

countryCode'SG' | 'MY' | 'TH' | 'ID' | 'VN' | 'PH' | 'MM' required

Country code.

Request body

tracking_idstring required

Tracking ID of the parcel.

store_idstring required

External store ID.

received_atstring

Date and time when the store received the parcel from the driver (yyyy-MM-dd HH:mm:ss in UTC).

released_atstring

Date and time when the store released the parcel to the driver or customer (yyyy-MM-dd HH:mm:ss in UTC).

customer_unlock_codestring

Code used by the customer to collect the parcel.

Response

Event successfully processed.