Logo
Visma Solutions Oy - Netvisor API flow examples API Documentation

getproduct.nv

GET {{host}}/getproduct.nv?id=

Get product details

Documentation: https://support.netvisor.fi/en/support/solutions/articles/77000554241-get-product-details-getproduct-nv

 

Body PARAM

Key Datatype Required Description 
id
null Mandatory. Product's NetvisorKey.
idlist
null Optional. Can be used to get the details of several products with given ID. Max. 400 identifiers.
eancode
null Optional. EAN-code of the wanted product
code
null Optional. Product code of the wanted product
codelist
null Optional. Returns full information of all the wanted products using product code as the identifier
showsubproducts
null Optional. If 1, returns all the sub products as well
replyoption
null Optional. If 1, returns only active (not-deleted) products If 2, returns only published (including deleted, but published) products If 3, returns only active products



HEADERS

Key
Curl
curl -X GET 'host/getproduct.nv?id=?id=&idlist=&eancode=&code=&codelist=&showsubproducts=&replyoption=' -H 'Content-Type: text/xml' -H 'User-Agent: Postman' -H 'X-Netvisor-Authentication-PartnerId: partnerId' -H 'X-Netvisor-Authentication-CustomerId: userId' -H 'X-Netvisor-Interface-Language: FI' -H 'X-Netvisor-Authentication-Timestamp: timeStamp' -H 'X-Netvisor-Organisation-ID: organisationId' -H 'X-Netvisor-Authentication-Sender: Netvisor public postman example' -H 'X-Netvisor-Authentication-TransactionId: transactionId' -H 'X-Netvisor-Authentication-MACHashCalculationAlgorithm: SHA256' -H 'X-Netvisor-Authentication-MAC: sha256Hash'

ENDPOINTS