Join Slack
Powered by
I am trying to integrate UPS and netsuite....where...
# suitetalkapi
o
Ogabeg
09/10/2019, 9:07 PM
I am trying to integrate UPS and netsuite....where do i find the URL to send the SOAP requests for the GET method that will pull sales orders. Also API credentials?
b
battk
09/10/2019, 9:08 PM
your wsdl will come from
https://webservices.netsuite.com/wsdl/v2019_1_0/netsuite.wsdl
battk
09/10/2019, 9:09 PM
the wsdl contains a generic port that you should change to your account specific one
battk
09/10/2019, 9:10 PM
for example, don't post to
https://webservices.netsuite.com/services/NetSuitePort_2019_1
. Do post to
https://accountSpecificValue.suitetalk.api.netsuite.com/services/NetSuitePort_2019_1
battk
09/10/2019, 9:11 PM
you can lookup your account specific url at
https://system.na1.netsuite.com/app/common/otherlists/company.nl
in the company urls tab.
battk
09/10/2019, 9:13 PM
there are 2 ways to authenticate with NetSuite:
https://system.na0.netsuite.com/app/help/helpcenter.nl?fid=section_4398166065.html
https://system.na1.netsuite.com/app/help/helpcenter.nl?fid=section_4395622897.html
battk
09/10/2019, 9:14 PM
choose token based authentication if you are capable of generating OAuth 1.0 based authentication. It will work out better for you in the long run
o
Ogabeg
09/10/2019, 9:26 PM
https://accountSpecificValue.suitetalk.api.netsuite.com/services/NetSuitePort_2019_1
doesnt work?
b
battk
09/10/2019, 9:27 PM
goto the next response and find your own url
2
Views
Open in Slack
Previous
Next