-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't include invoiceLink when querying an invoice #163
Comments
I forked with a dumb hack. Unfortunately I can't verify if it fully works until I have production access in Intuit. At the very least, it doesn't break any of these APIs: https://github.com/NomadHouse/node-quickbooks (I suppose I'm necro'ing an old thread :/ but if it helps someone then 🤷.) |
The code is structured in such a way that you can't directly modify
It would be nice to be able to hook into this. I was going to add an addtl
Here's my fork: https://github.com/charlie-s/node-quickbooks You can install this via Make sure you use the minimum version number of 36 to get access to the invoice link! e.g.:
|
I'm having a very similar issue to the link posted below. When querying an invoice, I am unable to use the "include=invoiceLink" parameter. Any help would be appreciated!
https://help.developer.intuit.com/s/question/0D54R00006tj1K5/how-to-use-the-invoicelink-in-the-query-to-get-invoicelink-valueim-using-the-following-query-and-minor-version-is-36select-from-invoice-where-includeinvoicelinkim-not-getting-any-results-on-my-above-request
The text was updated successfully, but these errors were encountered: