Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.