NetSuite's SOAP-based web services API
Questions tagged [suitetalk]
174 questions
0
votes
1 answer
Netsuite List all subsidiary items using soap webservice
I need to reference a customer to a subsidiary in netsuite. I am using c# soap api. Is there a way to loop over all subsidiary items in netsuite in c# and select the one i need.

saurabh bansal
- 13
- 2
- 7
0
votes
1 answer
SuiteTalk Set Customer as Tax Exempt in NetSuite
I am trying to update a customer in NetSuite with SOAP requests. I am able to search for a customer correctly and get it returned, but when I try to send it taxable or taxExempt field such as below:

Scott
- 43
- 8
0
votes
2 answers
Netsuite SuiteTalk - Login
I am trying to use SuiteTalk to retrieve customer records.
I downloaded the v2016.1 WSDL from here: http://www.netsuite.com/portal/developers/resources/suitetalk-documentation.shtml
I used mv package to build the WSDL and generated the jar file.
I…

Joe Smith
- 83
- 1
- 9
0
votes
1 answer
How to get All Promotion(s) using SuiteTalk API?
I am using suitetalk toolkit for accessing Netsuite. Already checked the samplecode,it has the code to get a promotion details by its internal Id(using getCustomer.php). I want to get All promotions from netsuite, to achieve this what could be the…

Manikandan Arunachalam
- 1,470
- 3
- 17
- 32
-1
votes
0 answers
NetSuite Performance Reports
I wanted to ask a question in regard to the APM performance monitoring that NetSuite offers. I know that the tools they provide are helpful to view information about how your system is operating. Currently, I manage and develop for an extremely…

Andrew Vargas
- 55
- 9
-1
votes
1 answer
I need a way to find internalIds of contactRole in netsuite
How do we get the internalId of contactrole in netsuite. I am basically trying to add a contactrole as part of contact attach to a customer record. I need to fill in the internalId attribute for contactRole below to add the proper contactRole. But I…

Sandeep Deshpande
- 19
- 5
-1
votes
1 answer
How can I extract data from Netsuite to any database without using SuiteAnalytics
How can I extract data from Netsuite to any database without using SuiteAnalytics or without any paid feature

Sunil
- 102
- 1
- 5
- 19
-1
votes
3 answers
Using base of embedded types in Go
I'm new to Go and working with a set of types generated by gowsdl based on the NetSuite SuiteTalk web service definition. It has created the following types:
type BaseRef struct {
XMLName xml.Name…

Colin Bowern
- 2,152
- 1
- 20
- 35
-2
votes
1 answer
can i add new item using netsuite php toolkit?
i'm using netsuite php toolkit 2018_1
i need to add some items from my mysql db to netsuite.
Required internal_id of those items in response.
but not sure how to do that.
i have tried to search lot but seems proper documentation is not available.

Developer S
- 1
- 1