SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item

SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item. 1 operations. Lead operation: Retrieve items for an outbound delivery. Self-contained Naftiko capability covering one Sap Sales And Distribution Sd business surface.

Run with Naftiko Sap Sales And Distribution SdOutbound Delivery Item

What You Can Do

GET
Listoutbounddeliveryitems — Retrieve items for an outbound delivery
/v1/a-outbdeliveryheader-deliverydocument/to-deliverydocumentitem

MCP Tools

retrieve-items-outbound-delivery

Retrieve items for an outbound delivery

read-only idempotent

Capability Spec

sap-sd-outbound-delivery-outbound-delivery-item.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item
  description: 'SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item. 1 operations. Lead operation:
    Retrieve items for an outbound delivery. Self-contained Naftiko capability covering one Sap Sales And Distribution Sd
    business surface.'
  tags:
  - Sap Sales And Distribution Sd
  - Outbound Delivery Item
  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-outbound-delivery-outbound-delivery-item
    baseUri: https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_OUTBOUND_DELIVERY_SRV
    description: SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item business capability. Self-contained,
      no shared references.
    resources:
    - name: A_OutbDeliveryHeader('{DeliveryDocument}')-to_DeliveryDocumentItem
      path: /A_OutbDeliveryHeader('{DeliveryDocument}')/to_DeliveryDocumentItem
      operations:
      - name: listoutbounddeliveryitems
        method: GET
        description: Retrieve items for an outbound delivery
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: DeliveryDocument
          in: path
          type: string
          description: Delivery document number
          required: true
    authentication:
      type: bearer
      token: '{{env.SAP_SALES_AND_DISTRIBUTION_SD_API_KEY}}'
  exposes:
  - type: rest
    namespace: sap-sd-outbound-delivery-outbound-delivery-item-rest
    port: 8080
    description: REST adapter for SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/a-outbdeliveryheader-deliverydocument/to-deliverydocumentitem
      name: a-outbdeliveryheader-deliverydocument-to-deliverydocumentitem
      description: REST surface for A_OutbDeliveryHeader('{DeliveryDocument}')-to_DeliveryDocumentItem.
      operations:
      - method: GET
        name: listoutbounddeliveryitems
        description: Retrieve items for an outbound delivery
        call: sap-sd-outbound-delivery-outbound-delivery-item.listoutbounddeliveryitems
        with:
          DeliveryDocument: rest.DeliveryDocument
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-sd-outbound-delivery-outbound-delivery-item-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Sales and Distribution (SD) SAP Outbound Delivery API — Outbound Delivery Item. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: retrieve-items-outbound-delivery
      description: Retrieve items for an outbound delivery
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-sd-outbound-delivery-outbound-delivery-item.listoutbounddeliveryitems
      with:
        DeliveryDocument: tools.DeliveryDocument
      outputParameters:
      - type: object
        mapping: $.