-
Extracting Legacy Tax Code data via REST Web Services
Hi all, I'm trying to extract legacy tax code data using REST Web Services. What's the correct record/table name for this? If it is not possible to use REST web services, what is the alternate option? Thanks!
-
Sales Order with 13,000+ Lines – What is the Recommended NetSuite Approach?
Hello everyone, We have a business requirement where a single customer order can contain approximately 13,000 line items. We understand the documented transaction limits: UI: 500 lines per transaction CSV Import / SOAP Web Services: 5,000 lines per transaction Transactions with more than 1,000 lines may also impact…
-
Rescheduled: Standardizing status.id Values Across Transaction Types for REST Web Services
This notice is intended for all customers with REST web services enabled in their account. You are receiving this follow-up to our previous notification that NetSuite 2026.2 would standardize the status.id values returned by REST Web Services for transaction records across all transaction types. This change has been…
-
Tax not calculating on Sales Order created via REST Web Service
Hi Everyone, We are facing an issue with tax calculation on Sales Orders created using the standard NetSuite REST API. Issue Description: We are creating Sales Orders through the standard REST API. The Sales Order record is created successfully. All required header and line-level details related to tax (customer, item,…
-
Legacy Tax vs Suite Tax & SOAP API deprecation question
Hi, When creating otherChargePurchaseItems with the SOAP API, you are able to set a required field for taxSchedule. REST does not have this field. If I try to use REST to create the item in a legacy tax account and just not set the taxSchedule field because it doesn't exist in REST, the API request is rejected due to the…
-
How to request Tax Code into expense report by REST Web Service?
1. User would like to create the expense report by API REST WEB Service 2. He prepare the data for request file and including internal id of tax Code 3. He run the script and then the system can create the expense report but field tax code in transaction line is null. Please advise me and give me the sample request file.
-
Cannot use rest api to create other charge purchase item
I've been using SOAP to create these for a data integration. When I try to do it with REST, it says "Error while accessing a resource. Please enter value(s) for: Tax Schedule." The REST API docs do not have a property for tax schedule:…
-
How to Receive Data from NetSuite on Record Changes
Hi All, I have a requirement where our system needs to receive data from NetSuite in real time. Specifically, whenever a record is created or updated in NetSuite, the data should be sent to our system via an API request. Is there a native webhook functionality available in NetSuite to support this? If not, what are the…
-
Record Query Not Returning All Records
I am making a REST API query like this: https://<whatever>.suitetalk.api.netsuite.com/services/rest/record/v1/invoice?q=createdDate ON_OR_AFTER "5/30/2025" AND tranDate ON_OR_AFTER "1/1/2025"&limit=1000&offset=0 I get back the first 1000 of 6535 records, and cycle through all of them (repeat the query with offset), but a…
-
How to Update Contact Role to 'Primary Contact' via REST API
Hi All, Could someone assist me with how to update a contact's role to 'Primary Contact' using the NetSuite REST API? I have a Customer record with multiple associated Contacts. I need to update one of these contacts to be marked as the Primary Contact programmatically through the API. In the NetSuite UI, we usually do…