Visma Netvisor
Products

Visma Netvisor Products API

Sync products data with Visma Netvisor through Apideck's unified API. One integration, instant access.

In Apideck, this resource is called Invoice Items (API: invoice-items)

Supported Operations for Visma Netvisor Products

List, Create, Get, Update operations available through our unified API

list
get
create
update
delete

Supported Fields

10 fields

Fields available for Visma Netvisor Products

idnamedescriptioncodetypesales_detailspurchase_detailsquantityunit_priceactive

API Model Preview

Sample response structure for products

{
  "id": "12345",
  "name": "Example Name",
  "description": "Example Description",
  "code": "CODE-001",
  "type": "standard",
  "sales_details": "string",
  "purchase_details": "string",
  "quantity": 100,
  "unit_price": 100,
  "active": true
}

Quick Start Example

Start syncing Visma Netvisor products in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List products from Visma Netvisor
const result = await apideck.accounting.invoiceItems.list({
  serviceId: 'visma-netvisor'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified products data

Visma Netvisor SDKs

Build Visma Netvisor integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up