Hello, is anyone familiar with Google Shopping and...
# suitescript
m
Hello, is anyone familiar with Google Shopping and authenticating into Google Shopping from a script in Netsuite?
b
looks like an oauth2.0 based authentication flow
you wont be able to do the browser part in netsuite, but thats more of a one time thing
otherwise the authentication consists is like basic authentication where you get the username/password
you get the username/password from the google api's using the refresh token obtained by completing the oauth 2 flow