How to get invoice fields for mapping in quickbooks?
问题 I am using npm quickbooks. I want to fetch the invoice fields for mapping with my local fields. But could not find any API or function for the same or maybe I am not on the track. So can anyone please explain step by step How to map our local fields with the quick books invoice ? I can use getInvoice but the issue is I have to pass the quick books invoice id in it. .getInvoice("150", (err, data) => { if (err) { return reject(err); } else { return resolve(data); } }); But I need only the