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.

23.6/100 emerging ▲ 9.4 Agent 16/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
3 APIs
ERPCRMFinancialsAccountingInventoryEcommerceBusiness ManagementCloud ERP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 23.6/100 · emerging
Contract Quality 12.0 / 25
Developer Ergonomics 3.5 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
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
- 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.19'
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