Resource: productlist.nv

HTTP-method: GET

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

List of products from Netvisor can be retrieved as described below. List contains basic information of each product. Details of each product can be retrieved one by one by using Get product details request.

You can use one or many parameters simultaneously in our request. Querystring parameters:

Parameter nameOccursDescriptionExample
changedsince0...1Filters result to contain only products having changed after given time, time in format yyyy-MM-ddTHH:mm:ss2012-01-01T 12:00:00
keyword0...1Filters result to products that include given text / value in product name or product code.1,2,3,4
published0...1Value 1 if published products are wanted in the response and 0 if not.1
unpublished0...1Value 1 if unpublished products are wanted in the response and 0 if not.1
deleted0...1Value 1 if deleproducts are wanted in the response and 0 if not. If the parameter is not given, deleted products are returned. If given, also published or unpublished should be given.0

Response:

LevelElement nameType and lengthOccursDescriptionExample
RootrootAggr.1  
1ProductListAggr1  
2ProductAggr.0...n  
3NetvisorKeyNumeric1Product identifier in Netvisor123
3ProductCodeString1Code of the productA54
3NameString1Name of the productThe product
3UnitPriceNumeric1Unit net price of product, 12 decimal1,960000000000
3UnitGrossPriceNumeric1Unit gross price of product, 12 decimal2,430400000000
3ProductGroupIDNumeric1Product group ID. Can be empty.2
3ProductGroupDescriptionString1Product group, whole hierarchy. Can be empty.Books / Science fiction books
3UriString1URI which can be used to retrieve details of the product/getproduct.nv?id=123


Did you find it helpful? Yes No

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