SuitePortal
Developer GuideAPI Reference

Entity Endpoints

Entity data access via the SuitePortal API

Entity Endpoints

Entity data (customers, vendors, contacts, employees) is accessed through synced datasets, not dedicated API endpoints.

Current Status

Direct entity API endpoints are not yet implemented. Entity data is available through:

  1. Synced datasets - Query via internal data services
  2. Portal UI - View in the SuitePortal dashboard
  3. Tenant Pages - Custom portal pages displaying entity data

Planned Endpoints

The following entity endpoints are planned for future releases:

EndpointStatus
GET /api/v1/customersTODO: Not yet implemented
GET /api/v1/contactsTODO: Not yet implemented
GET /api/v1/vendorsTODO: Not yet implemented
GET /api/v1/employeesTODO: Not yet implemented
GET /api/v1/itemsTODO: Not yet implemented

Available Transaction Endpoints

For now, transaction data is available via:

  • GET /api/v1/invoices
  • GET /api/v1/sales
  • GET /api/v1/purchases
  • GET /api/v1/fulfillments

See Transaction Endpoints for details.

Entity Data in Transactions

Transaction records include entity references:

FieldDescription
data.entityNetSuite entity internal ID
data.entityidEntity identifier string

Use these fields to link transactions to entities.

Workaround: MCP Server

The MCP (Model Context Protocol) server provides query access to transaction data with entity filtering. See internal documentation for MCP setup.