NDR Action Update

This API instructs the courier company to take action on an AWB. Using this API, enterprises can Reattempt the shipment with the updated address, preferred delivery date, and phone number. Enterprises can also Initiate a Return to Origin

Important Links

Run in Postman API Reference

Payload Example

{
    "action": "INITIATE_RTO / REATTEMPT",
    "waybill": "4152912745934",
    "cp_id": 4,
    "account_code": "Delhivery-Express",
    "address":"Updated Address details",
    "landmark": "Updated Address landmark if any",
    "drop_pincode": "Updated pincode",
    "phone_number":"8080808080",
    "preferred_date": "2022-12-25",
    "source": "whatsapp"
}

Request Body

Field NameData TypeFieldDescription
action stringMandatoryAction to be passed to carrier partner: either INITIATE_RTO or REATTEMPT
waybill stringMandatoryAWB Number that needs to be updated
cp_id numMandatoryThe carrier partner ID
(https://track.clickpost.in/carrier_partner)
account_code stringMandatoryThe account code of the carrier partner on Clickpost dashboard, which is used to generate the AWB Number
addressstringOptionalThe updated address. Mandatory in case of REATTEMPT
landmark stringOptionalThe updated landmark. Mandatory in case of REATTEMPT
drop_pincode stringOptionalThe updated drop Pincode. Mandatory in case of REATTEMPT
phone_numberstringOptionalThe updated phone number. Mandatory in case of REATTEMPT
preferred_date stringOptionalThe updated delivery date. Mandatory in case of REATTEMPT
sourcestringOptionalIf you are a whatsapp communication channel using this API, please pass the value as whatsapp

Response

meta [meta parameters]

Field NameData TypeDescriptionExample
successBooleanIndicates the success of the API requesttrue
messageStringSUCCESS in case request was successfully processed by Clickpost, else returns error message."SUCCESS"
statusHTTP CodeThe HTTP response status code of the API request200
Language
Click Try It! to start a request and see the response here!