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 name | Occurs | Description | Example |
changedsince | 0...1 | Filters result to contain only products having changed after given time, time in format yyyy-MM-ddTHH:mm:ss | 2012-01-01T 12:00:00 |
keyword | 0...1 | Filters result to products that include given text / value in product name or product code. | 1,2,3,4 |
published | 0...1 | Value 1 if published products are wanted in the response and 0 if not. | 1 |
unpublished | 0...1 | Value 1 if unpublished products are wanted in the response and 0 if not. | 1 |
deleted | 0...1 | Value 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:
Level | Element name | Type and length | Occurs | Description | Example |
Root | root | Aggr. | 1 | ||
1 | ProductList | Aggr | 1 | ||
2 | Product | Aggr. | 0...n | ||
3 | NetvisorKey | Numeric | 1 | Product identifier in Netvisor | 123 |
3 | ProductCode | String | 1 | Code of the product | A54 |
3 | Name | String | 1 | Name of the product | The product |
3 | UnitPrice | Numeric | 1 | Unit net price of product, 12 decimal | 1,960000000000 |
3 | UnitGrossPrice | Numeric | 1 | Unit gross price of product, 12 decimal | 2,430400000000 |
3 | ProductGroupID | Numeric | 1 | Product group ID. Can be empty. | 2 |
3 | ProductGroupDescription | String | 1 | Product group, whole hierarchy. Can be empty. | Books / Science fiction books |
3 | Uri | String | 1 | URI which can be used to retrieve details of the product | /getproduct.nv?id=123 |
Did you find it helpful? Yes No
Send feedback