Get inventory warehouse related information - Sellercloud API Docs

Get inventory warehouse related information

Overview

In order to retrieve metadata of an existing inventory from existing warehouse, you must:

Information on how you can authenticate: Authentication

As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving the inventory information.

Endpoint

NOTE: Endpoint “GET /api/Inventory/{productID}/Warehouses/{warehouseID}” is obsolete as it does not support special characters in the productID. Use the new endpoint presented in this article.

Example for such endpoint is

https://tt.api.sellercloud.com/rest/api/Inventory/Warehouses

Request

Parameter Data Type Description Is Required
productID string ID of existing inventory true
warehouseID integer ID of existing warehouse filter false

Response

{
  "ProductID": "test_sku",
  "AvailableQty": 150,
  "PhysicalQty": 200,
  "WarehouseID": 15
}