Archive for July, 2011
Getting a list of all customers from Netsuite using the php toolkit
Netsuite is a web-based accounting and business process system that has garnered some praise over the last few years for it’s flexibility and customizability. And while it’s true that the interface allows you to customize many things, many business processes still require other (non-Netsuite) systems to work. For that reason, integration is important. Fortunately, Netsuite provides a robust API framework for getting data out of the system as well as uploading data to the system. Unfortunately, if your language of choice is php, the documentation around this API is a little sparse. This article is meant to give you a simple example that was not well defined in the Netsuite php documentation: how to get a complete list of customers.
In my search for the best documentation around the Netsuite API, at least with regards to PHP, I’ve found a number of online resources that will be helpful. They are listed at http://www.delicious.com/adamhaeder/netsuite.
Read the rest of this entry »
