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:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
page | NO | integer | The page number to be displayed. | 4 |
per_page | NO | integer | The total products you want to diplay in each page. | 2 |
sort | NO | string | Sort conditions if any. Value: ASC or DESC | ASC |
sort_by | NO | integer | Allows you to choose the field by which the data will be sorted. Could be sorted by id, by sku, time created etc. | sku |
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.