Resource: inventorybywarehouse.nv

HTTP-method: GET

Note! If Rackbeat inventory management is used in Netvisor, the API documentation can be found here: https://support.netvisor.fi/en/support/solutions/articles/77000554491-rackbeat-stoplight-api

InventoryByWarehouse.nv resource allows retrieving product balances per warehouse through Netvisor's API. If detailed information about products is needed, they can be retrieved using the Tuotetietojen nouto function.

Instructions related to Netvisor's inventory management can be found here.

Parameters used in the request to limit the result set. The parameter is passed in the QueryString. 

ParameterOccursDescriptionExample
productid0...1Filter search with product ID (NetvisorKey)123
productidlist0...1Filter search with given product IDs (NetvisorKey), separated with comma123,456,235
inventoryplaceid0...1Filter with warehouse ID321
inventoryplacename0...1Filter with warehouse namewarehouse5
limitvendorid0...1Filter with vendor ID105
changedsince0...1Filter to changes since the given time1.5.2014 12:00:00
limitunderalertlimit0...11 = return only products under alert limit1
productgroupname0...1Limit search to given product groupexample products

Example query: https://isvapi.netvisor.fi/InventoryByWarehouse.nv?inventoryplaceid=321&limitunderalertlimit=1 (retrieve all products under alert limit from warehouse with ID 321).

Response:

LevelElementTypeOccursDescriptionExample
RootRootAggregate1  
1InventoryByWarehouseAggregate 1  
2ProductAggregate 0...n   
3NetvisorKeyNumeric1Product's Netvisor ID. Can be used later for example to retrieve all product information or to link the product to an invoice165
3NameString1Product name Test product
3CodeString1Product code TT
3GroupNameString1Product's product group as textCampaign products
3ProductUriString1URI for retrieving full product information through the API/getproduct.nv?id=165
3WarehouseAggregate    
4NetvisorKeyNumeric1Warehouse database ID in Netvisor12
4NameString1Warehouse nameMain warehouse
4ReservedAmountNumeric1Amount reserved from this warehouse (reserved)10,00
4OrderedAmountNumeric1Amount ordered to this warehouse (incoming)15,00
4InventoryAmountNumeric1Product's open stock balance in this warehouse (does not include reserved or incoming balances) 34,00
3TotalReservedAmountNumeric1Product's reserved balance including all warehouses524,00
3TotalOrderedAmountNumeric1Product's incoming balance including all warehouses125,00
3TotalAmountNumeric1Product's in-stock balance including all warehouses (does not include reserved or incoming balances)647,00
This article has been translated using an AI-based translation tool. The contents or wording of these instructions may differ from those in other instructions or in the software.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.