GET /v1/external/account/details/statement
Use this API to get the account statement details of your Shiprocket account. No parameters are required to access this API. However, you sort and filter the data displayed using the optional parameters.
Parameters:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
page | NO | integer | The page number you want to display. | 5 |
per_page | NO | integer | The number of orders to get per request. | 2 |
from | NO | string | From a specific date. | 2017-08-12 |
to | NO | string | To a specific date. | 2017-09-12 |
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.