SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer

SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer. 1 operations. Lead operation: Retrieve customer-specific data. Self-contained Naftiko capability covering one Sap Sales And Distribution Sd business surface.

Run with Naftiko Sap Sales And Distribution SdCustomer

What You Can Do

GET
Getcustomer — Retrieve customer-specific data
/v1/a-customer-customer

MCP Tools

retrieve-customer-specific-data

Retrieve customer-specific data

read-only idempotent

Capability Spec

sap-sd-customer-master-data-customer.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer
  description: 'SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer. 1 operations.
    Lead operation: Retrieve customer-specific data. Self-contained Naftiko capability covering one Sap Sales And Distribution
    Sd business surface.'
  tags:
  - Sap Sales And Distribution Sd
  - Customer
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_SALES_AND_DISTRIBUTION_SD_API_KEY: SAP_SALES_AND_DISTRIBUTION_SD_API_KEY
capability:
  consumes:
  - type: http
    namespace: sap-sd-customer-master-data-customer
    baseUri: https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER
    description: SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer business capability.
      Self-contained, no shared references.
    resources:
    - name: A_Customer('{Customer}')
      path: /A_Customer('{Customer}')
      operations:
      - name: getcustomer
        method: GET
        description: Retrieve customer-specific data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Customer
          in: path
          type: string
          description: Customer number
          required: true
    authentication:
      type: bearer
      token: '{{env.SAP_SALES_AND_DISTRIBUTION_SD_API_KEY}}'
  exposes:
  - type: rest
    namespace: sap-sd-customer-master-data-customer-rest
    port: 8080
    description: REST adapter for SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/a-customer-customer
      name: a-customer-customer
      description: REST surface for A_Customer('{Customer}').
      operations:
      - method: GET
        name: getcustomer
        description: Retrieve customer-specific data
        call: sap-sd-customer-master-data-customer.getcustomer
        with:
          Customer: rest.Customer
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-sd-customer-master-data-customer-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Sales and Distribution (SD) SAP Customer Master Data (Business Partner) API — Customer.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: retrieve-customer-specific-data
      description: Retrieve customer-specific data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-sd-customer-master-data-customer.getcustomer
      with:
        Customer: tools.Customer
      outputParameters:
      - type: object
        mapping: $.