Oracle typically releases preview documentation for the next NetSuite version 60–90 days before general availability. Based on what is visible in the SuiteCloud developer documentation and community channels, here is what integration developers should be tracking for the 2026.2 release.
Note: Preview information is subject to change before GA. Validate against the official release notes when 2026.2 ships.
REST API Surface Expansions
The REST record API continues to expand. Records that previously required SOAP or SuiteScript for programmatic access are moving to REST. For WooCommerce and Shopify integrations, the records most relevant to watch are: advanced bin and location management records, project task and time tracking records, and fulfillment request records in companies using NetSuite WMS.
If your integration currently uses a SuiteScript scheduled script to access any of these record types because REST was not available, check the 2026.2 release notes — you may be able to simplify to a direct REST call.
OAuth 2.0 Machine-to-Machine: Tightening Requirements
Oracle has indicated that M2M OAuth 2.0 configuration requirements will be tightened in upcoming releases, with stricter certificate rotation policies and additional audit logging for token generation events. Integrations using M2M OAuth should ensure certificate expiry monitoring is in place — a certificate that expires silently is a production outage waiting to happen.
TBA (Token-Based Authentication) remains supported but is increasingly positioned as a legacy path. New integrations should use M2M OAuth 2.0 from the start.
SuiteAnalytics Workbook API: Programmatic Report Access
One of the more useful additions in the 2026 release cycle is expanded programmatic access to Workbook definitions. The ability to create, modify, and execute Workbooks via API means that reporting pipelines that previously required human interaction with the UI can be automated. For integration teams that need to pull aggregated data from NetSuite into external BI tools, this reduces the reliance on saved searches and SuiteQL workarounds.
Deprecation Watch
The items with the clearest deprecation trajectory going into 2026.2:
- SuiteScript 1.0 API calls in any context — support is narrowing with each release
- Legacy PDF/HTML template engine for transaction printing — the newer FreeMarker-based templates are the supported path
- Certain SOAP web service operations that have REST equivalents — Oracle is not removing SOAP, but new capabilities will not be backported to it
How to Prepare
Enable 2026.2 in your sandbox account as soon as it becomes available and run your integration test suite against it before the release hits production. The window between sandbox availability and production rollout is typically 30 days — enough time to catch breaking changes if you start immediately, not enough time if you wait until the last week.