GET /v1/external/orders/processing/return

Using this API, you can get a list of all created return orders in your Shiprocket account, along with their details.

No parameters are required to use the API. However, further parameters can be defined to sort and filter the data.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
pageNOintegerThe page number to display.1
per_pageNOintegerThe number of orders per page.2
toNOstringEnding date of search.2019-08-04
fromNOstringStarting date of search.2019-08-05

Servers

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.