How to use the rest webservices in netsuite using nodejs?
Please provide any reference, i am not able to understand what flow i should use to integrate my project with NetSuite. i am able to run almost all the API using postman with OAuth 1.0, but i need to integrate using OAuth 2.0. How and from where i should start?
Hi,
For some background, could you please explain why you need to use OAuth 2.0?
Thanks,
Chris
Hi Chris,
Thank you for asking.
I want to use access token for the login and using refresh token i will be able to keep my customer login.
As for now, I am able to log in, and able to fetch customer, item insertion and insert customer but now i want API for fetching color and size from the database, Please help me if you can, your help is appreciated in advance.
Thanks
Ajeetesh
Hi,
The reason I ask the question is that there are advantages and disadvantages of OAuth2.
I don’t think anything you have suggested means that you need OAuth2. Does each user using your application have NetSuite access?
Thanks,
Chris
Hello,
Yes, for now each user using my NetSuite access.
But that will be very helpful for me if you will share the pros and cons of Oauth2.
And Chris, if you have any idea about inserting items in bulk in NetSuite using CSV, please share.
I really appreciate your every approach
Thanks
Ajeetesh