cancel
Showing results for 
Search instead for 
Did you mean: 

Netsuite Account Setup

anilv
New Contributor II

Hi all,
How to get the Consumer Key and Consumer Secret from NetSuite.
we need to setup the Netsutie Rest API Account in snaplogic.

Any one have idea,please help me on this.

Thanks,
Anil

24 REPLIES 24

Interesting. Who specifically said that?

Don’t want to throw them under the bus. Suffice it to say they were sales oriented, hadn’t tried it, and suggested I open a support ticket. 😉

Not sure the Oauth1 account will work; it is asking for a few endpoints to request the token and authorize. With NetSuite, we already have the token and token secret. So that’s kinda where I’m going now.

😄 Fair enough. That’s what I suspected.

I’m the engineer who added support for NetSuite’s TBA to our NetSuite snaps, and I’m pretty sure that OAuth1 accounts for the REST snaps are not going to let you do TBA with those snaps, for the reasons you mentioned among others.

I’m afraid we don’t have any imminent plans to offer a solution for your scenario. I think perhaps your best bet might be to develop a custom snap to invoke your NetSuite RESTlets using REST and TBA.

brianrandolph
New Contributor III

Hi @ptaylor. Nice speaking with you today. Here’s the script we’re using, not really anything proprietary in there

ns_oauth_script.txt (8.3 KB)

Thanks! That will be a big help if/when we do our version.