Skip to content

Support for Invoice PDF #3

Description

@tuarrep

As described here: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#get-an-invoice-as-pdf

I've drafted a PoC in my fork: master...tuarrep:patch-2

Basically I allowed overriding headers (Accept must be application/pdf) and added an option to get result as Array Buffer instead of JSON.

It's not wrapped in a method, I use doFetch like this:

await QuickBooks.doFetch("GET", `/invoice/${id}/pdf`, {}, null, 
  {
    asBuffer: true,
    headers: { Accept: "application/pdf" },
  }
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions