Karthik
Karthik

Reputation: 5757

How to integrate NetSuite API in PHP

Is Possible to integrate NetSuite API in Joomla. Please Give Any suggestion for this Integration.

I Already Tried. But It's Failed to Integration

Upvotes: 1

Views: 559

Answers (1)

TonyH
TonyH

Reputation: 1191

Since Joomla is PHP based, and there is a NetSuite SDK in PHP, it's entirely doable and I've done some small scale projects this way. Ignoring the SDK, you could also setup some NetSuite RESTlets to send and receive the data you want in some convenient format like JSON.

Upvotes: 3

Related Questions