Tools
| Name | Description |
|---|---|
test_connectionCheck NetSuite REST connectivity using the system server time endpoint. | Check NetSuite REST connectivity using the system server time endpoint. |
get_metadata_catalogGet NetSuite REST metadata catalog or metadata for a specific record type. | Get NetSuite REST metadata catalog or metadata for a specific record type. |
list_recordsList NetSuite records with optional REST record collection filtering. | List NetSuite records with optional REST record collection filtering. |
get_recordGet a NetSuite record by internal ID. | Get a NetSuite record by internal ID. |
create_recordCreate a NetSuite record. | Create a NetSuite record. |
update_recordPatch a NetSuite record by internal ID. | Patch a NetSuite record by internal ID. |
replace_recordReplace a NetSuite record by internal ID. | Replace a NetSuite record by internal ID. |
upsert_record_by_external_idCreate or update a NetSuite record using an external ID. | Create or update a NetSuite record using an external ID. |
delete_recordDelete a NetSuite record by internal ID. | Delete a NetSuite record by internal ID. |
transform_recordTransform one NetSuite record into another type, such as salesOrder to invoice. | Transform one NetSuite record into another type, such as salesOrder to invoice. |
execute_record_actionExecute a NetSuite REST record action such as approve, void, or close when supported by metadata. | Execute a NetSuite REST record action such as approve, void, or close when supported by metadata. |
run_suiteqlExecute a SuiteQL query through SuiteTalk REST Web Services. | Execute a SuiteQL query through SuiteTalk REST Web Services. |
list_datasetsList SuiteAnalytics Workbook datasets exposed through REST web services. | List SuiteAnalytics Workbook datasets exposed through REST web services. |
execute_datasetExecute a SuiteAnalytics Workbook dataset by ID. | Execute a SuiteAnalytics Workbook dataset by ID. |
get_customerGet Customer through the NetSuite customer REST record endpoint. | Get Customer through the NetSuite customer REST record endpoint. |
create_customerCreate Customer through the NetSuite customer REST record endpoint. | Create Customer through the NetSuite customer REST record endpoint. |
update_customerUpdate Customer through the NetSuite customer REST record endpoint. | Update Customer through the NetSuite customer REST record endpoint. |
get_vendorGet Vendor through the NetSuite vendor REST record endpoint. | Get Vendor through the NetSuite vendor REST record endpoint. |
create_vendorCreate Vendor through the NetSuite vendor REST record endpoint. | Create Vendor through the NetSuite vendor REST record endpoint. |
get_sales_orderGet Sales Order through the NetSuite salesOrder REST record endpoint. | Get Sales Order through the NetSuite salesOrder REST record endpoint. |
create_sales_orderCreate Sales Order through the NetSuite salesOrder REST record endpoint. | Create Sales Order through the NetSuite salesOrder REST record endpoint. |
get_invoiceGet Invoice through the NetSuite invoice REST record endpoint. | Get Invoice through the NetSuite invoice REST record endpoint. |
create_invoiceCreate Invoice through the NetSuite invoice REST record endpoint. | Create Invoice through the NetSuite invoice REST record endpoint. |
get_purchase_orderGet Purchase Order through the NetSuite purchaseOrder REST record endpoint. | Get Purchase Order through the NetSuite purchaseOrder REST record endpoint. |
create_purchase_orderCreate Purchase Order through the NetSuite purchaseOrder REST record endpoint. | Create Purchase Order through the NetSuite purchaseOrder REST record endpoint. |
get_inventory_itemGet Inventory Item through the NetSuite inventoryItem REST record endpoint. | Get Inventory Item through the NetSuite inventoryItem REST record endpoint. |
create_journal_entryCreate Journal Entry through the NetSuite journalEntry REST record endpoint. | Create Journal Entry through the NetSuite journalEntry REST record endpoint. |
custom_api_callMake a custom NetSuite REST call under /services/rest. | Make a custom NetSuite REST call under /services/rest. |
Triggers
| Name | Description |
|---|---|
suiteql_rows_changedPoll a deterministic SuiteQL query and emit rows whose marker changes after the initial baseline. | Poll a deterministic SuiteQL query and emit rows whose marker changes after the initial baseline. |
record_rows_changedPoll a NetSuite record-type SuiteQL query by record type and emit changed rows after the initial baseline. | Poll a NetSuite record-type SuiteQL query by record type and emit changed rows after the initial baseline. |
restlet_webhook_receivedReceive customer-deployed SuiteScript/RESTlet webhook events from NetSuite. | Receive customer-deployed SuiteScript/RESTlet webhook events from NetSuite. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('netsuite', 'test_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'netsuite',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect NetSuite to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does NetSuite support?
NetSuite supports 28 tools including Test Connection, Get Metadata Catalog, List Records, Get Record, Create Record, and more.
Can I use NetSuite with AI agents?
Yes. Add NetSuite to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect NetSuite to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add NetSuite as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped NetSuite tools exposed by that workspace.
Does NetSuite work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved NetSuite work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with NetSuite?
NetSuite exposes 28 tools, including Test Connection, Get Metadata Catalog, List Records, Get Record, Create Record, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can NetSuite be used in stateful agent workflows?
Yes. Agents can combine NetSuite tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does NetSuite use?
NetSuite uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the NetSuite integration cost?
The NetSuite integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does NetSuite support?
NetSuite supports 3 triggers including SuiteQL Rows Changed, Record Rows Changed, RESTlet Webhook Received.
Connect NetSuite in minutes
Get 20,000 free action executions every month. No credit card required.