Zippyy REST APIs
  1. NDR
Zippyy REST APIs
  • Introduction
  • Authentication API
    • Generate Token
      POST
  • Couriers
    • Check Courier Serviceability
      GET
    • Quick Quote
      POST
    • Forward Shipment (V2)
      POST
    • Forward Shipment
      POST
  • Shipments
    • Get Details of Specific Shipment
      GET
    • Generate Label
      GET
    • Generate Label Url
      GET
    • Cancel a Shipment
      PUT
    • Generate Invoice
      GET
  • Tracking
    • Get Tracking Details
      GET
    • Webhook
      POST
  • NDR
    • Action NDR
      PUT
  • Warehouse
    • Get Warehouse
      GET
    • List of Warehouse details
      GET
    • Create new Warehouse
      POST
    • Update existing warehouse properties
      PUT
  1. NDR

Action NDR

Developing
PUT
/v1/external/shipments/ndr

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v1/external/shipments/ndr' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
  "orderId": "String",
  "action": "reattempt/rto/reattemptwithaddress/reattemptwithphonenumber",
  "updatePhoneNumber": "String",
  "addressLine1": "String",
  "addressLine2": "String",
  "city": "String",
  "state": "String",
  "pincode": "String"
}'
Response Response Example
{}
Modified at 2025-12-03 09:43:47
Previous
Webhook
Next
Get Warehouse
Built with