Oracle NetSuite website screenshot

Oracle NetSuite

Oracle NetSuite is a cloud-based business management suite that combines ERP, financials, CRM, inventory, supply chain, ecommerce, and human capital management into a single platform for mid-market and enterprise companies. NetSuite's SuiteCloud platform exposes both REST web services (SuiteTalk REST, with OpenAPI 3.0 metadata, SuiteQL queries, and CRUD on standard and custom records) and SOAP web services (SuiteTalk SOAP), plus the RESTlets framework for exposing custom server-side SuiteScript as REST endpoints.

Oracle NetSuite publishes 3 APIs on the APIs.io network. Tagged areas include ERP, CRM, Financials, Accounting, and Inventory.

Oracle NetSuite’s developer surface includes documentation, signup flow, and 6 more developer resources.

25.0/100 emerging ▬ flat Agent 15/100 agent aware Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
3 APIs
ERPCRMFinancialsAccountingInventoryE-CommerceBusiness ManagementCloud ERP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 25.0/100 · emerging
Contract Quality 10.8 / 25
Developer Ergonomics 3.8 / 20
Access Clarity 2.6 / 20
Operational Transparency 0.3 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 15/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/netsuite: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

NetSuite SuiteTalk REST Web Services

REST-based interface to NetSuite business objects as JSON resources with CRUD operations, SuiteQL high-performance queries, and an OpenAPI 3.0 definition that provides rich obje...

NetSuite SuiteTalk SOAP Web Services

Long-standing SOAP-based integration API to NetSuite records and business logic, suitable for bulk operations, custom records, and legacy ERP integration scenarios.

NetSuite RESTlets

Framework for exposing custom server-side SuiteScript as REST endpoints hosted in NetSuite, enabling tailored integrations and custom business logic over HTTP.

GraphQL 1

GraphQL schemas published by this provider.

Oracle NetSuite GraphQL Schema

This conceptual GraphQL schema represents the Oracle NetSuite cloud ERP data model, derived from the SuiteTalk REST Web Services API, REST Record API, SuiteAnalytics Connect, an...

GRAPHQL

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Netsuite Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: netsuite
name: Oracle NetSuite
description: Oracle NetSuite is a cloud-based business management suite that combines ERP, financials, CRM, inventory, supply
  chain, ecommerce, and human capital management into a single platform for mid-market and enterprise companies. NetSuite's
  SuiteCloud platform exposes both REST web services (SuiteTalk REST, with OpenAPI 3.0 metadata, SuiteQL queries, and CRUD
  on standard and custom records) and SOAP web services (SuiteTalk SOAP), plus the RESTlets framework for exposing custom
  server-side SuiteScript as REST endpoints.
type: Index
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/netsuite.png
tags:
- ERP
- CRM
- Financials
- Accounting
- Inventory
- E-Commerce
- Business Management
- Cloud ERP
tags_raw:
- ERP
- CRM
- Financials
- Accounting
- Inventory
- Ecommerce
- Business Management
- Cloud ERP
url: https://raw.githubusercontent.com/api-evangelist/netsuite/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: netsuite:suitetalk-rest
  name: NetSuite SuiteTalk REST Web Services
  description: REST-based interface to NetSuite business objects as JSON resources with CRUD operations, SuiteQL high-performance
    queries, and an OpenAPI 3.0 definition that provides rich object metadata for records and metadata.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  baseURL: https://{accountid}.suitetalk.api.netsuite.com/services/rest
  tags:
  - REST
  - SuiteQL
  - Records
  - Metadata
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  - type: Overview
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_1540391670.html
  - type: API Browser
    url: https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2023.1/index.html
  - url: graphql/netsuite-graphql.md
    type: GraphQL
- aid: netsuite:suitetalk-soap
  name: NetSuite SuiteTalk SOAP Web Services
  description: Long-standing SOAP-based integration API to NetSuite records and business logic, suitable for bulk operations,
    custom records, and legacy ERP integration scenarios.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1495296234.html
  baseURL: https://{accountid}.suitetalk.api.netsuite.com/services/NetSuitePort_{version}
  tags:
  - SOAP
  - Web Services
  - ERP
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1495296234.html
- aid: netsuite:restlets
  name: NetSuite RESTlets
  description: Framework for exposing custom server-side SuiteScript as REST endpoints hosted in NetSuite, enabling tailored
    integrations and custom business logic over HTTP.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4618456517.html
  baseURL: https://{accountid}.restlets.api.netsuite.com/app/site/hosting/restlet.nl
  tags:
  - RESTlet
  - SuiteScript
  - Custom Endpoints
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4618456517.html
common:
- type: DomainSecurity
  url: security/netsuite-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/netsuite
- type: LinkedIn
  url: https://www.linkedin.com/company/netsuite
- type: Website
  url: https://www.netsuite.com/
- type: Documentation
  url: https://docs.oracle.com/en/cloud/saas/netsuite/
- type: DeveloperPortal
  url: https://www.netsuite.com/portal/platform/developer/suitecloud-developer-tools.shtml
- type: SuiteTalk Platform
  url: https://www.netsuite.com/portal/platform/developer/suitetalk.shtml
- type: Signup
  url: https://www.netsuite.com/portal/forms/free-product-tour.shtml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/netsuite"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/netsuite/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/netsuite/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.