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:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
page | NO | integer | The page number to display. | 1 |
per_page | NO | integer | The number of orders per page. | 2 |
to | NO | string | Ending date of search. | 2019-08-04 |
from | NO | string | Starting date of search. | 2019-08-05 |
Servers
- https://apiv2.shiprocket.in
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.