SAP website screenshot

SAP

Collection of SAP's enterprise APIs for business applications and cloud services.

19 APIs 5 Features
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

APIs

SAP Business One Service Layer API

RESTful API for accessing SAP Business One data and business logic.

SAP S/4HANA Cloud API

APIs for SAP S/4HANA Cloud enabling integration with intelligent ERP.

SAP SuccessFactors API

Human Capital Management APIs for employee central, recruiting, and talent management.

SAP Ariba APIs

Procurement and supply chain APIs for sourcing, contracts, and supplier management.

SAP Cloud Platform Integration Suite

Integration APIs for connecting applications, data, and processes.

SAP Commerce Cloud API

E-commerce APIs for product catalog, cart, checkout, and order management.

SAP Analytics Cloud API

APIs for business intelligence, planning, and predictive analytics.

SAP Concur API

APIs for travel and expense management including expense reporting, travel booking, and invoice processing.

SAP Fieldglass API

Vendor management system APIs for managing external workers, contractors, and service providers.

SAP BTP Core Services API

Core platform APIs for managing accounts, entitlements, and services on SAP Business Technology Platform.

SAP Datasphere API

APIs for data warehousing, catalog access, and consumption of analytical and relational models.

SAP Event Mesh API

Messaging APIs for event-driven architecture supporting AMQP, MQTT, and REST protocols.

SAP Master Data Integration API

APIs for centralizing and harmonizing master data across SAP and third-party applications.

SAP Signavio Process Manager API

APIs for process modeling, BPMN diagram management, and process governance automation.

SAP Document Management Service API

CMIS-based APIs for document management including versioning, access control, and content storage on BTP.

SAP Integration Suite API Management

APIs for building, managing, publishing, and monitoring API proxies within SAP Integration Suite.

SAP AI Core API

APIs for deploying, managing, and consuming AI models and workflows on SAP Business Technology Platform. Provides endpoints for scenario management, execution orchestration, and...

SAP Emarsys Customer Engagement API

REST APIs for marketing automation, customer engagement, and personalized campaign management across email, web, SMS, and mobile channels.

SAP Build Work Zone API

APIs for managing digital workplace experiences, integrating business applications into unified workpages, and administering work zone sites and content.

Agent Skills

sap-fiori-guidelines

AGENT SKILL

Collections

GraphQL

SAP GraphQL Schema

SAP's public APIs are built on REST and OData (both v2 and v4), surfaced primarily through the [SAP Business Accelerator Hub](https://api.sap.com). There is no unified public Gr...

GRAPHQL

Pricing Plans

Sap Plans Pricing

1 plans

PLANS

Rate Limits

Sap Rate Limits

1 limits

RATE LIMITS

FinOps

Sap Finops

FINOPS

Features

ERP and business suite APIs for finance, HR, procurement, and supply chain
AI/ML model deployment and serving via AI Core on BTP
Master data management and integration across SAP and third-party systems
Event-driven architecture with AMQP, MQTT, and REST messaging
OData-compatible endpoints for business object CRUD operations

Use Cases

Automating order-to-cash and procure-to-pay business processes
Deploying and serving AI models for intelligent enterprise workflows
Integrating SAP ERP with third-party CRM, e-commerce, and analytics platforms
Managing business partner master data across multi-system landscapes
Building digital workplace experiences with unified work zone portals

Integrations

SAP S/4HANA Cloud with CRM and e-commerce platforms
SAP AI Core with machine learning frameworks and model registries
SAP Integration Suite with middleware and iPaaS connectors
SAP SuccessFactors with HR and talent management systems
SAP Event Mesh with event-driven microservices architectures

Event Specifications

SAP Event Mesh Events

Event-driven messaging API for SAP Business Technology Platform supporting AMQP, MQTT, and REST protocols. Enables publish/subscribe patterns for business events across SAP and ...

ASYNCAPI

Semantic Vocabularies

Sap Ai Core Context

0 classes · 0 properties

JSON-LD

Sap Business One Service Layer Context

0 classes · 0 properties

JSON-LD

Sap Context

0 classes · 8 properties

JSON-LD

Sap S4Hana Cloud Business Partner Context

0 classes · 0 properties

JSON-LD

API Governance Rules

SAP API Rules

7 rules · 7 errors

SPECTRAL

JSON Structure

Sap Ai Core Artifact Binding Structure

2 properties

JSON STRUCTURE

Sap Ai Core Artifact Create Structure

5 properties

JSON STRUCTURE

Sap Ai Core Artifact Structure

8 properties

JSON STRUCTURE

Sap Ai Core Configuration Create Structure

5 properties

JSON STRUCTURE

Sap Ai Core Configuration Structure

7 properties

JSON STRUCTURE

Sap Ai Core Deployment Create Structure

1 properties

JSON STRUCTURE

Sap Ai Core Deployment Structure

7 properties

JSON STRUCTURE

Sap Ai Core Execution Create Structure

1 properties

JSON STRUCTURE

Sap Ai Core Execution Structure

8 properties

JSON STRUCTURE

Sap Ai Core Parameter Binding Structure

2 properties

JSON STRUCTURE

Sap Ai Core Scenario Structure

5 properties

JSON STRUCTURE

Sap Business One Service Layer Item Structure

8 properties

JSON STRUCTURE

Example Payloads

Sap Ai Core Artifact Example

8 fields

EXAMPLE

Sap Ai Core Scenario Example

5 fields

EXAMPLE

Resources

🔗
LinkedIn
LinkedIn
🌐
DeveloperPortal
DeveloperPortal
🔗
Hub
Hub
📰
Blog
Blog
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🟢
StatusPage
StatusPage
💬
Support
Support
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🚀
GettingStarted
GettingStarted
🎓
Training
Training
🌐
Portal
Portal
📝
Signup
Signup
🔗
Login
Login
📦
SDKs
SDKs
👥
StackOverflow
StackOverflow
👥
YouTube
YouTube
📄
ChangeLog
ChangeLog
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Rules
Rules
🔗
Capabilities
Capabilities
🔗
Capabilities
Capabilities
🔗
Capabilities
Capabilities
🔗
Capabilities
Capabilities
🔗
MCPServer
MCPServer
🔗
AgentSkills
AgentSkills

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: SAP S/4HANA Cloud Business Partner API
  version: '1.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Business Partners
    type: folder
  items:
  - info:
      name: Sap List Business Partners
      type: http
    http:
      method: GET
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner
      params:
      - name: $top
        value: ''
        type: query
        description: Maximum number of entries to return
      - name: $skip
        value: ''
        type: query
        description: Number of entries to skip
      - name: $filter
        value: ''
        type: query
        description: OData filter expression
      - name: $select
        value: ''
        type: query
        description: Comma-separated list of properties to return
      - name: $orderby
        value: ''
        type: query
        description: OData sort expression
    docs: Retrieves a collection of business partner master records with support for OData query options including filtering,
      sorting, and pagination.
  - info:
      name: Sap Create a Business Partner
      type: http
    http:
      method: POST
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner
      body:
        type: json
        data: '{}'
    docs: Creates a new business partner master record in SAP S/4HANA Cloud.
  - info:
      name: Sap Get a Business Partner
      type: http
    http:
      method: GET
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner(':BusinessPartner')
      params:
      - name: BusinessPartner
        value: example_value
        type: path
        description: Business partner number
    docs: Retrieves a single business partner by its key.
  - info:
      name: Sap Update a Business Partner
      type: http
    http:
      method: PATCH
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner(':BusinessPartner')
      params:
      - name: BusinessPartner
        value: example_value
        type: path
        description: Business partner number
      body:
        type: json
        data: '{}'
    docs: Updates fields of an existing business partner record.
- info:
    name: Addresses
    type: folder
  items:
  - info:
      name: Sap List Business Partner Addresses
      type: http
    http:
      method: GET
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerAddress
      params:
      - name: $top
        value: ''
        type: query
        description: Maximum number of entries to return
      - name: $skip
        value: ''
        type: query
        description: Number of entries to skip
      - name: $filter
        value: ''
        type: query
        description: OData filter expression
    docs: Retrieves address records associated with business partners.
- info:
    name: Bank Accounts
    type: folder
  items:
  - info:
      name: Sap List Bank Accounts
      type: http
    http:
      method: GET
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerBank
      params:
      - name: $top
        value: ''
        type: query
        description: Maximum number of entries to return
      - name: $skip
        value: ''
        type: query
        description: Number of entries to skip
      - name: $filter
        value: ''
        type: query
        description: OData filter expression
    docs: Retrieves bank account records for business partners.
- info:
    name: Roles
    type: folder
  items:
  - info:
      name: Sap List Business Partner Roles
      type: http
    http:
      method: GET
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerRole
      params:
      - name: $top
        value: ''
        type: query
        description: Maximum number of entries to return
      - name: $filter
        value: ''
        type: query
        description: OData filter expression
    docs: Retrieves role assignments for business partners, indicating whether they serve as customer, supplier, or both.
- info:
    name: Tax Numbers
    type: folder
  items:
  - info:
      name: Sap List Tax Numbers
      type: http
    http:
      method: GET
      url: https://{host}/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerTaxNumber
      params:
      - name: $top
        value: ''
        type: query
        description: Maximum number of entries to return
      - name: $filter
        value: ''
        type: query
        description: OData filter expression
    docs: Retrieves tax identification numbers for business partners.
bundled: true