Skip to main content
Feedback

NetSuite REST changelog

Changelog

2026-09 (Version 5, Runtime release)

  • Added connection management options to the NetSuite REST connector, allowing you to configure the Maximum Number of Concurrent Connections to help avoid HTTP 429 errors and the Number of Retries to automatically recover from transient failures, including 5xx errors, connection resets, socket timeouts, and concurrency limits.

This feature is not in the runtime release.

    • Enhanced the NetSuite REST connector to support multi-table SuiteQL queries, including JOINs, parameters, and aggregate functions with GROUP BY and HAVING. Use Oracle SQL syntax for best compatibility. (CONC-15891)

This enhancement is in the runtime release.

  • Resolved OAuth realm formatting issues by automatically deriving and normalizing the realm from the Base URL into NetSuite's required canonical format.

This fix is in the runtime release.

2026-07 (Version 3, Current)

  • Added the Execute SuiteQL operation in the NetSuite REST Connector, enabling users to run SuiteQL queries against NetSuite records from a single table. The operation supports parameterized queries, filtering, sorting, grouping, aggregate functions, and result retrieval for up to 100,000 records, providing a flexible and efficient way to query NetSuite data.

  • Added support for custom NetSuite Integration Records in the NetSuite REST connector, allowing you to provide your own Consumer Key and Consumer Secret for Token-Based Authentication.

  • Fixed an issue where importing certain NetSuite objects (such as Support Cases) failed with a profile generation error. NetSuite schemas that use JSON Schema composition keywords (allOf, anyOf, oneOf) are now correctly processed, enabling import of previously unavailable object types.

2026-05 (Version 2)

  • Initial Tech Preview release.
On this Page