node-quickbooks
node-quickbooks copied to clipboard
nodejs client for Intuit's Quickbooks API
The API supports `requestId` for batch operations ([reference](https://developer.intuit.com/app/developer/qbo/docs/develop/rest-api-features#request-id)), but currently there is no way to pass `requestId` for `batch` operation.
i am facing an issue while accessing requestToken method.I am passing my clientid and clientSecret to the consumerId and consumerSecret keys in oauth and also have checked my callback url...
Hi, I put in my consumerId/consumerSecret into the oauth2 example app. After I ran it, I signed in SSO and afterwards I'd get an error: ``` Unhandled rejection TypeError: Cannot...
A callback in the form of callback(err, results) should be called with an Error when being rejected. For example, if a business logic fault occurs, the callback is returned with...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hello! The InvoiceLink can only be retrieved through the QB API if the query parameter include=invoiceLink is used in the API request to get an invoice. Based on the docs...