Hi guys, I'm working on an integration from Netsuite to Quipt(a channel sales platform).
Quipt uses Oauth 1.0.
I have the consumer key and secret and token key and secret with me. but I don't have the Oauth_signature.
Could any one let me know how to get the oauth_signature for my request?
BTW, I'm using suitescript 2.0. For testing purposes, I'm writing a simple client script to test the connection and get the product data as JSON response.