POST /v1/external/orders/address/update

You can update the customer's name and delivery address through this API by passing the Shiprocket order id and the necessary customer details.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
order_idYESintegerThe Shiprocket order_id specified to the order.16178831
shipping_customer_nameYESstringThe name of the customer.John Doe
shipping_phoneYESintegerPhone number of the customer.9988998899
shipping_addressYESstringPrimary address of the customer.House no 123
shipping_address_2NOstringFurther address details of the customer.Beside CM house
shipping_cityYESstringShipping city name.Pune
shipping_stateYESstringShipping state name.Maharashtra
shipping_countryYESstringShipping country name.India
shipping_pincodeYESintegerShipping address pincode.120023
shipping_emailNOstringCustomer's email address.john@doe.com
billing_alternate_phoneNOstringThe customer alternate phone.8604690454

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
shipping_address String No
shipping_state String No
shipping_country String No
shipping_pincode Number No
order_id Number No
shipping_address_2 String No
shipping_phone String No
shipping_city String No
shipping_customer_name String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.