Closed craig-waldman closed 1 year ago
I check the code and found an undocumented feature that handles this.
First make sure you are using minorversion
36 or greater:
client = QuickBooks(
auth_client=auth_client,
refresh_token='REFRESH_TOKEN',
company_id='COMPANY_ID',
minorversion=59
)
Then add the following to your invoice:
invoice.invoice_link = true
I will add this to the documentation.
When querying an invoice, it is necessary to add a "include=invoiceLink" attribute to the GET This appears to be in the same fashion as specifying a minorversion. (it may even be dependent)
I'm not sure if this lib sends a minor version , or support sending additional flags like: invoiceLink