Resource: productlist.nv
HTTP-method: GET
Note! If Rackbeat inventory management is used in Netvisor, the API documentation can be found here: https://support.netvisor.fi/fi/support/solutions/articles/77000554491-rackbeat-stoplight-rajapinta
The product list contains basic information of products. Detailed product information can be retrieved using the Get product details function.
You can use one or many parameters simultaneously in our request. Query string parameters:
| Parameter name | Occurs | Description | Example |
| changedsince | 0...1 | Filters products with changes after the given date and/or time. Format: yyyy-MM-ddTHH:mm:ss | 2020-09-13T 12:00:00 |
| keyword | 0...1 | Filters products that include the given parameter in the 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 deleted products are wanted in the response and 0 if not. If the parameter is not used, deleted products are also returned. | 1 |
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 | 165 |
| 3 | ProductCode | String | 1 | Code of the product | TT |
| 3 | Name | String | 1 | Name of the product | Test 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=165 |
Did you find it helpful? Yes No
Send feedback