Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Retrieve PDF Invoices & Packing Slips using Web Services
For the new order fulfillment and shipping app I'm working on I need to print invoices and packing slips for the warehouse to send out with orders. Is there any way to do this with SuiteTalk? I was thinking of making a POST request to the appropriate pages in NetSuite and using the ability to have concurrent UI and WS sessions to pull the file into my app, but there seems to be some problems with the authentication process.
Has anyone had any luck generating these PDF documents and retrieving them? I'm using C# and the latest WSDL.
EDIT: Another thought I've had is I could create a Suitelet that acts as a webservice to POST the data to and it would return the required PDFs.