I set up an E-Commerce store which populates product data from Reckon and generates Invoices whenever an order is placed.
The client still needs to go in to view the Tax Invoice and choose the email option each time an order is placed. I'm able to send an email from the website, and while I'll be able to generate my own PDF files, I'd like the use the one generated by Reckon for consistency.
The <InvoiceQueryReq> doesn't seem to return the any files or links by default. Is there another query I can perform or would I be able to request for that particular type of data to be generated/returned within the query?