SuiteAPI Downloads

Version Release Date Comments
SuiteAPI v2025.2 March 2, 2025

Adds support for three procedures that utilize the SuiteScript n/LLM module (NetSuite's Generative AI APIs).

"llmEnumerate" provides information about the chat roles and model families that are supported.

"llmGenerateText" returns the LLM response for a given prompt.

"llmGetRemainingFreeUsage" returns the number of free LLM requests remaining in the current month.

SuiteAPI v2025.1 January 26, 2025

Adds support for several optional parameters.

"queryRun" supports an optional "returnAllRows" parameter.
• When it is specified as true, all rows are returned, including detailed error information, and an analysis of the process (usageUnits used, etc).
• The default for "returnAllRows" is false.

"recordGet" supports an optional "returnDetailedSublists" paramater.
• When it is specified as true, all sublists and all of their lines are returned.
• The default for "returnDetailedSublists" is false.

"searchRun" supports an optional "searchType" parameter.
• For information, see the "search.load" documentation:
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4345775360.html

SuiteAPI v2022.1 November 15, 2022 Initial public release.
Blog Posts

A new version of SuiteAPI, an open source, alternative Web API for the NetSuite platform, has been released. Adds support for generative AI-related procedures, giving developers the ability to easily integrate NetSuite's large language model support into external applications.

A new version of SuiteAPI, an open source, alternative Web API for the NetSuite platform, has been released.

Learn how you can build a custom NetSuite Order Status Web app using SuiteQL, SuiteAPI, and Xojo.

Information about SuiteAPI, and an example of a Web app developed with Xojo that uses SuiteAPI to integrate with NetSuite.

© 2025 Tim Dietrich.