简体   繁体   中英

How can I use Node.js in Netsuite?

So I have been fiddling around with Netsuite and I want to know if it is possible to use Node.js or npm modules within a SuiteScript or Suitelet?

My goal is to use a few npm modules within Netsuite to interact with Amazon's MWS API.

No, it's a different Javascript engine. Rhino I believe.

You can use various JS libraries but Node modules are usually written with that engine in mind.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM