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!
Sales order from JSON
Hey I'm new to the NetSuite developing community, I have been trying for a month to create an API between a B2C client and NetSuite.
I've got a plan of action which consists of using the NetSuite PHP toolkit and hosting a CRON task on my server to get all new orders from the B2C client and placing them on NetSuite via the nlapicreate function.
The sale orders are in a JSON array format and I really dread associating all the internal IDs and stitching them together, I have heard that NetSuite has the functionality of dynamically processing sales orders from JSON or even XML and any information on this would be unbelievably appreciated.