Oracle Retail · Capability

Oracle Retail Order Management Suite Cloud Service API — Fulfillment

Oracle Retail Order Management Suite Cloud Service API — Fulfillment. 1 operations. Lead operation: Record a shipment. Self-contained Naftiko capability covering one Oracle Retail business surface.

Run with Naftiko Oracle RetailFulfillment

What You Can Do

POST
Shiporder — Record a shipment
/v1/fulfillment/ship-order

MCP Tools

record-shipment

Record a shipment

Capability Spec

order-management-fulfillment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Retail Order Management Suite Cloud Service API — Fulfillment
  description: 'Oracle Retail Order Management Suite Cloud Service API — Fulfillment. 1 operations. Lead operation: Record
    a shipment. Self-contained Naftiko capability covering one Oracle Retail business surface.'
  tags:
  - Oracle Retail
  - Fulfillment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_RETAIL_API_KEY: ORACLE_RETAIL_API_KEY
capability:
  consumes:
  - type: http
    namespace: order-management-fulfillment
    baseUri: https://{host}/oms/api/v1
    description: Oracle Retail Order Management Suite Cloud Service API — Fulfillment business capability. Self-contained,
      no shared references.
    resources:
    - name: fulfillment-ship-order
      path: /fulfillment/ship-order
      operations:
      - name: shiporder
        method: POST
        description: Record a shipment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_RETAIL_API_KEY}}'
  exposes:
  - type: rest
    namespace: order-management-fulfillment-rest
    port: 8080
    description: REST adapter for Oracle Retail Order Management Suite Cloud Service API — Fulfillment. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fulfillment/ship-order
      name: fulfillment-ship-order
      description: REST surface for fulfillment-ship-order.
      operations:
      - method: POST
        name: shiporder
        description: Record a shipment
        call: order-management-fulfillment.shiporder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: order-management-fulfillment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Retail Order Management Suite Cloud Service API — Fulfillment. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: record-shipment
      description: Record a shipment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: order-management-fulfillment.shiporder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.