Weavz
NetSuite

NetSuite

Automate NetSuite REST Web Services records, SuiteQL, datasets, transforms, actions, and polling

28 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
test_connection

Check NetSuite REST connectivity using the system server time endpoint.

get_metadata_catalog

Get NetSuite REST metadata catalog or metadata for a specific record type.

list_records

List NetSuite records with optional REST record collection filtering.

get_record

Get a NetSuite record by internal ID.

create_record

Create a NetSuite record.

update_record

Patch a NetSuite record by internal ID.

replace_record

Replace a NetSuite record by internal ID.

upsert_record_by_external_id

Create or update a NetSuite record using an external ID.

delete_record

Delete a NetSuite record by internal ID.

transform_record

Transform one NetSuite record into another type, such as salesOrder to invoice.

execute_record_action

Execute a NetSuite REST record action such as approve, void, or close when supported by metadata.

run_suiteql

Execute a SuiteQL query through SuiteTalk REST Web Services.

list_datasets

List SuiteAnalytics Workbook datasets exposed through REST web services.

execute_dataset

Execute a SuiteAnalytics Workbook dataset by ID.

get_customer

Get Customer through the NetSuite customer REST record endpoint.

create_customer

Create Customer through the NetSuite customer REST record endpoint.

update_customer

Update Customer through the NetSuite customer REST record endpoint.

get_vendor

Get Vendor through the NetSuite vendor REST record endpoint.

create_vendor

Create Vendor through the NetSuite vendor REST record endpoint.

get_sales_order

Get Sales Order through the NetSuite salesOrder REST record endpoint.

create_sales_order

Create Sales Order through the NetSuite salesOrder REST record endpoint.

get_invoice

Get Invoice through the NetSuite invoice REST record endpoint.

create_invoice

Create Invoice through the NetSuite invoice REST record endpoint.

get_purchase_order

Get Purchase Order through the NetSuite purchaseOrder REST record endpoint.

create_purchase_order

Create Purchase Order through the NetSuite purchaseOrder REST record endpoint.

get_inventory_item

Get Inventory Item through the NetSuite inventoryItem REST record endpoint.

create_journal_entry

Create Journal Entry through the NetSuite journalEntry REST record endpoint.

custom_api_call

Make a custom NetSuite REST call under /services/rest.

Triggers

Name
suiteql_rows_changed

Poll a deterministic SuiteQL query and emit rows whose marker changes after the initial baseline.

record_rows_changed

Poll a NetSuite record-type SuiteQL query by record type and emit changed rows after the initial baseline.

restlet_webhook_received

Receive customer-deployed SuiteScript/RESTlet webhook events from NetSuite.

Quick Start

TypeScript
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.