netsuite and shopify integration
I am new and still learning netsuite and i would like to challenge my self by integrating netsuite with shopify. is there a way to do so . and how can i do it. Note : i would like to build the integration from scratch. i don’t want to use ready made solutions
As with any integration, your starting point will be that platform’s API. Learn what’s required for their API. Test the calls with POSTMAN, create a library module that encapsulates those API calls using SuiteScript and then call the module from any of your SuiteScript modules.
It can be done as it has by plenty of companies offering integration between NS and Shopify. There are a variety of approaches you can use from getting NS to do most of the work with scripting or interrogating NS through a Shopify app.
Discover the API documentation of Shopify and Netsuite, than use POSTMAN for testing the endpoints. In netsuite you can use create restlets in suitescript to create business logic (for example creating sales orders via REST). The middleware functions to connect both applications can be build in any language you like (i preferred azure or AWS).
I just completed an implementation using Celigo Shopify connector. Also another company out there called NetScore offers the same technology.
Mine does realtime integration from NetSuite to Shopify then Shopify to NetSuite using Jitterbit