Discussions
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. Join us
Integrating a PHP cart/store with NS
We have an ambitious project and I'm looking for some good resources. In a nutshell, we would like to design a completely custom PHP driven web site and seamlessly integrate it with NS. The goal would be to still enter product data, inventory, etc., in NS, and have the PHP web site display the NS products. The PHP site would need to be able to pull not only product info from NS for display purposes, but also pull customer info, previous order history, etc..
I've read through some of the NS User Guide, specifically the SuiteTalkWebServicesPlatformGuide.pdf, and I understand the basics of how to do a soap call to retrieve records from NS, and how to insert new records. I also see that there is some sample PHP code. I haven't spent much time looking at the specifics of what records there are, and what records we would need to pull/push.