Oracle NetSuite website screenshot

Oracle NetSuite

Oracle NetSuite is a cloud-based ERP suite covering financials, accounting, order management, inventory, CRM, ecommerce, HR, and professional services automation for businesses of all sizes worldwide. As Oracle's flagship SaaS ERP, NetSuite powers core back-office operations and global subsidiaries. Oracle NetSuite exposes its SuiteTalk REST Web Services API for record access and SuiteQL queries, secured via OAuth 2.0 issued by each customer account-specific suitetalk.api.netsuite.com endpoint.

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

Oracle NetSuite’s developer surface includes documentation, pricing, signup flow, support, and 9 more developer resources.

26.9/100 emerging ▲ 9.6 Agent 16/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
2 APIs
ERPFinancialsAccountingCRMInventorySaaSOracle

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 26.9/100 · emerging
Contract Quality 12.0 / 25
Developer Ergonomics 2.6 / 20
Commercial Clarity 4.7 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 6.9 / 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/oracle-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 2

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

Oracle NetSuite SuiteTalk REST Record API

REST Web Services API for creating, reading, updating, and deleting NetSuite records such as customers, vendors, sales orders, invoices, items, and journal entries. Authenticati...

Oracle NetSuite SuiteQL Query API

REST endpoint for executing SuiteQL (SQL-like) queries against NetSuite records and transactions for reporting and integration use cases. Returns paginated JSON results and uses...

GraphQL 1

GraphQL schemas published by this provider.

Oracle NetSuite GraphQL Schema

This conceptual GraphQL schema represents the Oracle NetSuite ERP platform, covering financials, accounting, order management, inventory, CRM, HR, and professional services auto...

GRAPHQL

Security Posture 1

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

Oracle Netsuite Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

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

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 3

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: oracle-netsuite
name: Oracle NetSuite
description: Oracle NetSuite is a cloud-based ERP suite covering financials, accounting, order management, inventory, CRM,
  ecommerce, HR, and professional services automation for businesses of all sizes worldwide. As Oracle's flagship SaaS ERP,
  NetSuite powers core back-office operations and global subsidiaries. Oracle NetSuite exposes its SuiteTalk REST Web Services
  API for record access and SuiteQL queries, secured via OAuth 2.0 issued by each customer account-specific suitetalk.api.netsuite.com
  endpoint.
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/oracle-netsuite.png
tags:
- ERP
- Financials
- Accounting
- CRM
- Inventory
- SaaS
- Oracle
url: https://raw.githubusercontent.com/api-evangelist/oracle-netsuite/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: oracle-netsuite:suitetalk-rest-record-api
  name: Oracle NetSuite SuiteTalk REST Record API
  description: REST Web Services API for creating, reading, updating, and deleting NetSuite records such as customers, vendors,
    sales orders, invoices, items, and journal entries. Authentication uses OAuth 2.0 (auth code, M2M client credentials,
    or token-based auth) against the account's suitetalk.api.netsuite.com endpoint.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  baseURL: https://{accountId}.suitetalk.api.netsuite.com/services/rest/record/v1
  tags:
  - ERP
  - Records
  - Customers
  - Invoices
  - Sales Orders
  - OAuth 2.0
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  - type: OAuth 2.0
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_157780312610.html
  - type: Authentication Overview
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4369651411.html
  - url: graphql/oracle-netsuite-graphql.md
    type: GraphQL
- aid: oracle-netsuite:suiteql-query-api
  name: Oracle NetSuite SuiteQL Query API
  description: REST endpoint for executing SuiteQL (SQL-like) queries against NetSuite records and transactions for reporting
    and integration use cases. Returns paginated JSON results and uses the same OAuth 2.0 flows as the Record API.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  baseURL: https://{accountId}.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql
  tags:
  - SuiteQL
  - Query
  - Reporting
  - Analytics
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
common:
- type: DomainSecurity
  url: security/oracle-netsuite-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/oracle
- type: LinkedIn
  url: https://www.linkedin.com/company/netsuite
- type: Website
  url: https://www.netsuite.com
- type: Oracle NetSuite Site
  url: https://www.oracle.com/netsuite/
- type: Documentation
  url: https://docs.oracle.com/en/cloud/saas/netsuite/index.html
- type: SuiteTalk Guide
  url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
- type: Pricing
  url: https://www.netsuite.com/portal/products/erp/pricing.shtml
- type: Signup
  url: https://www.netsuite.com/portal/forms/contact-netsuite.shtml
- type: Login
  url: https://system.netsuite.com/pages/customerlogin.jsp
- type: Support
  url: https://www.netsuite.com/portal/services/customer-support.shtml
- type: SuiteAnswers
  url: https://netsuite.custhelp.com
- type: Developer Resources
  url: https://www.netsuite.com/portal/developers.shtml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com