NetSuite's SOAP-based web services API
Questions tagged [suitetalk]
174 questions
1
vote
3 answers
How do I know which NetSuite integration option to choose (suiteTalk, suitelet or restlet) for integrating NetSuite to our third party application?
I am trying to integrate our third party application with NetSuite. I want to be able to import sales invoice details generated from our third party system (which uses REST API) into the NetSuite invoice form.
The frequency of import is not too…

Jo Gryffin
- 15
- 5
1
vote
1 answer
Why does my SuiteQL POST request work when I use Postman, but when I cURL the same code in VS Code terminal, it returns 'INVALID_LOGIN'
I'm trying to use SuiteQL to query a workbook for a client implementation, but I'm having trouble getting it to work in VS Code. I downloaded the Postman environment template and collections archive from the SuiteTalk tools download page and then…

Roman Emmons
- 65
- 1
- 6
1
vote
1 answer
netsuite suitetalk token based authentication USER_ERROR Invalid login attempt in second call
I am trying to call Netsuite Api from .NET using Netsuite SuiteTalk https://webservices.netsuite.com/wsdl/v2018_1_0/netsuite.wsdl. Given a session, it works well on the first invoke however it throws USER_ERROR Invalid Login Attempt from second…

beewest
- 4,486
- 7
- 36
- 63
1
vote
2 answers
In Netsuite REST, how do I assign an item location to an item line in a sales order?
I'm using Netsuite's Postman collection (which takes care of the Oauth1 stuff), and am POSTing to this endpoint:
{{proto}}://{{host}}/rest/platform/{{version}}/record/salesorder
... and the body is something like this:
{
"customForm": "999",
…

Silas Palmer
- 2,687
- 1
- 29
- 30
1
vote
0 answers
Netsuite API integration postman
I am trying to integration netsuite with other application. So i am using API's to do that using postman.
I have a postman collection that i have found from google…

Gautam Bothra
- 565
- 1
- 8
- 23
1
vote
1 answer
How to get transaction PDF in NetSuite
I'm able to get transaction internal id by suitetalk api, but it doesn't have API to get transaction in PDF format.
Would anyone help me in this case?

スーパーマン
- 125
- 2
- 11
1
vote
1 answer
SuiteTalk - Issue creating ItemReceipt
I've been working on a "kind" of integration with NetSuite. We are using Suitetalk/SOAP webservices in order to pull and push some data, basic stuff only as I'm not a netsuite expert.
It's been working good pulling data from Netsuite and pushing…

Lucas Moreira
- 11
- 1
1
vote
0 answers
NetSuite Suitetalk API - get customers since lastModified, ignoring specific field
I have a custom system built that performs a daily Customer search via the SuiteTalk API to collect Customers that have been modified in the last 24 hours.
This system has been working fine for about a year, but now, someone has implemented a field…

Nada_Surf
- 616
- 1
- 7
- 19
1
vote
2 answers
NetSuite SuiteTalk API Request limits
Is there any documentations on the request limits of SuiteTalk? Or does anyone know?
I want to know if there are any limits on requests made on a per IP, per account, per X amount of time, or other?

PixelPaul
- 1,022
- 1
- 10
- 18
1
vote
1 answer
Netsuite suitetalk - how to fetch audit trail via Web service
I am trying to use the Netsuite Web Service to fetch the audit trail for a custom object.Ie. when was a field updated? what was the old value and the new value etc
I've checked the netsuite documentation but very quiet on the audit trail stuff

Optional
- 85
- 7
1
vote
1 answer
How do I call NetSuite SuiteTalk inventoryitem add using list name for StringCustomFieldRef value instead of internalID?
When adding a new inventoryitem through the API we have a few list based custom fields we need to fill in. I want to be able to use the string value for the field but when I try to the call errors out.
We have a custom list with two…

TKarr
- 13
- 2
1
vote
1 answer
How get List of items from Netsuite using java api
How I can get Item list from NetSuite using suite talk java API. I am
able to get single item using internal Id but I need to get All list of items or by pagination (batch). Please advise how can I do this?
Code for get one inventory item:
…

Rahul.kmar
- 99
- 2
- 8
1
vote
1 answer
Empty page in result of searchMoreWithId operation in NetSuite SuiteTalk API
I've encountered an issue with integration with NetSuite SuiteTalk API. They provide SOAP API in order to manage records/entities of the ERP. We import some records (Inventory Items) with search call and subsequent searchMoreWithId calls.
We provide…

andrykonchin
- 2,507
- 3
- 18
- 24
1
vote
1 answer
How to initialize a customer Deposit from workorder using suitetalk
I am new to suitetalk API and Netsuite. I need to programatically create a customer deposit? Work orders are already created and in pending fulfillment status. I have internal Id and I can search for this work order from netsuite.
How to create a…

LMKN
- 101
- 1
- 1
- 6
1
vote
2 answers
How to add CustomerCreditCardsList/CustomerCreditCards through Suitetalk
I'm having issues with Suitetalk in Sandbox where any attempt to add or update a customer record with a credit card returns success but does not create a card in the system.
Attempting to attach an existing card record to an account also doesn't…

A.G
- 73
- 1
- 7