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:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
pageNOintegerThe page number you want to display.5
per_pageNOintegerThe number of products to get per page.2
sortNOstringThe order to sort by. Value: ASC or DESCASC
sort_byNOstringAllows you to choose the value field by which the items will be sorted. Could be sorted by id, by sku, time created etc.sku
filterNOstringThe data to be matched for the filter value.11223344
filter_byNOstringThe filter value field . Can be id, sku, etc.id

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.