GET /v1/external/products
This API can be used to display a detailed list of all the products that you have in your Shiprocket account.
There are no required parameters to access this API. However, the displayed result can be filtered or sorted using additional 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 products to get per page. | 2 |
sort | NO | string | The order to sort by. Value: ASC or DESC | ASC |
sort_by | NO | string | Allows you to choose the value field by which the items will be sorted. Could be sorted by id, by sku, time created etc. | sku |
filter | NO | string | The data to be matched for the filter value. | 11223344 |
filter_by | NO | string | The filter value field . Can be id, sku, etc. | id |
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.