Request Field Name Data Type Description req GetInventoryRequest Properties required to request a product inventory response GetInventoryResponse An object with the product’s inventory details Sample vb.net code: InventoryService is different than SCService. Please use a different namespace when adding the new Web Reference due to duplicate classes URL is http://xx.ws.sellercloud.com/SCInventoryService.asmx […]
GetInventoryResponse
Fields Field Name Data Type Description ProductID String Product ID WarehouseName String Warehouse Name AvailQty Int Available Qty (sellable) PhysicalQty Int Physical Qty In the mentioned warehouse InventoryDate Date Date that the Inventory was last set
AuthHeader
Fields Field Name Data Type Description ApplicationName String Name of the Application making this requesr ApplicationVersion String Version of the above application UserName String The username which you use to log into CWA Password String The password which you use to log into CWA
GetInventoryRequest Overview
Fields Field Name Data Type Description AuthHeader SC.AuthHeader Header object with details needed to authenticate the request ProductID String Product ID WarehouseID Int Warehouse ID