GET /v1/external/listings

This API can be used to get a JSON representation of all the product listings in your Shiprocket account, i.e., all the products associated with a specific channel.

No parameters are required to access this API. However, the displayed data can be filtered and sorted using further parameters. If no sort parameter is used, the data is displayed in the default format.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
pageNOintegerThe page number you want to display.5
per_pageNOintegerThe number of listings 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 listings 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.