SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery

SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery. 1 operations. Lead operation: Retrieve sales and delivery data for a product. Self-contained Naftiko capability covering one Sap Sales And Distribution Sd business surface.

Run with Naftiko Sap Sales And Distribution SdProduct Sales Delivery

What You Can Do

GET
Getproductsalesdelivery — Retrieve sales and delivery data for a product
/v1/a-productsalesdelivery-product-product-productsalesorg-productsalesorg-productdistributionchnl-productdistributionchnl

MCP Tools

retrieve-sales-and-delivery-data

Retrieve sales and delivery data for a product

read-only idempotent

Capability Spec

sap-sd-material-master-product-sales-delivery.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery
  description: 'SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery. 1 operations.
    Lead operation: Retrieve sales and delivery data for a product. Self-contained Naftiko capability covering one Sap Sales
    And Distribution Sd business surface.'
  tags:
  - Sap Sales And Distribution Sd
  - Product Sales Delivery
  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-material-master-product-sales-delivery
    baseUri: https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_PRODUCT_SRV
    description: SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery business capability.
      Self-contained, no shared references.
    resources:
    - name: A_ProductSalesDelivery(Product='{Product}',ProductSalesOrg='{ProductSalesOrg}',P
      path: /A_ProductSalesDelivery(Product='{Product}',ProductSalesOrg='{ProductSalesOrg}',ProductDistributionChnl='{ProductDistributionChnl}')
      operations:
      - name: getproductsalesdelivery
        method: GET
        description: Retrieve sales and delivery data for a product
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Product
          in: path
          type: string
          description: Material number
          required: true
        - name: ProductSalesOrg
          in: path
          type: string
          description: Sales organization
          required: true
        - name: ProductDistributionChnl
          in: path
          type: string
          description: Distribution channel
          required: true
    authentication:
      type: bearer
      token: '{{env.SAP_SALES_AND_DISTRIBUTION_SD_API_KEY}}'
  exposes:
  - type: rest
    namespace: sap-sd-material-master-product-sales-delivery-rest
    port: 8080
    description: REST adapter for SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/a-productsalesdelivery-product-product-productsalesorg-productsalesorg-productdistributionchnl-productdistributionchnl
      name: a-productsalesdelivery-product-product-productsalesorg-productsalesorg-p
      description: REST surface for A_ProductSalesDelivery(Product='{Product}',ProductSalesOrg='{ProductSalesOrg}',P.
      operations:
      - method: GET
        name: getproductsalesdelivery
        description: Retrieve sales and delivery data for a product
        call: sap-sd-material-master-product-sales-delivery.getproductsalesdelivery
        with:
          Product: rest.Product
          ProductSalesOrg: rest.ProductSalesOrg
          ProductDistributionChnl: rest.ProductDistributionChnl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-sd-material-master-product-sales-delivery-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Sales and Distribution (SD) SAP Material Master (Product) API — Product Sales Delivery.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: retrieve-sales-and-delivery-data
      description: Retrieve sales and delivery data for a product
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-sd-material-master-product-sales-delivery.getproductsalesdelivery
      with:
        Product: tools.Product
        ProductSalesOrg: tools.ProductSalesOrg
        ProductDistributionChnl: tools.ProductDistributionChnl
      outputParameters:
      - type: object
        mapping: $.