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!
Sandbox not working?
I have a PHP script that uses a Netsuite RESTlet API to lookup partner, customer and product IDs in Netsuite before compiling all of the information together to create a SalesOrder.
The problem is: I can't get through the entire script because Netsuite Sandbox does not response after a few calls. I've validated everything is correct, and I've gotten through the entire process before, but now it fails 9 times out of 10. It's impossible to do any development work if Netsuite doesn't respond to the calls.
Anyone having similar issues? Is there throttling on the Netsuite side to limit the number of API calls? My script does about 5-6 API calls to lookup info, then it sends a 7th API call to create the SalesOrder, and I'm only running this for one order -- a half dozen API calls shouldn't be enough to be throttled.