'Is there a way I can connect my web app to Quickbooks desktop using Javascript/NodeJS?
I'm trying to connect my web app to Quickbooks Desktop (not Quickbooks Online) . My web app is developed using Nodejs and Angular . I already connected my web app with Quickbooks Online using node-quickbooks library.
In Quickbooks documentation , they did not mention anything about connecting the web app to Quickbooks Desktop using NodeJS . Kindly help .
Solution 1:[1]
Connection to quickbooks desktop is done through the Quickbooks Web Connector, the docs for which can be found here; https://developer.intuit.com/app/developer/qbdesktop/docs/get-started/get-started-with-quickbooks-web-connector
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | methodical |
