GET /v1/external/inventory

This API can be used to check the inventory details of a product sku. There are no required parameters for this API, but additional parameters can be used to sort and filter the data.

In case no filter conditions are passed, the details are displayed in the default JSON format.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
pageNOintegerThe page number to be displayed.4
per_pageNOintegerThe total products you want to diplay in each page.2
sortNOstringSort conditions if any. Value: ASC or DESCASC
sort_byNOintegerAllows you to choose the field by which the data will be sorted. Could be sorted by id, by sku, time created etc.sku

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.