Oracle Retail · Capability

Oracle Retail Merchandising Foundation Cloud Service API — Suppliers

Oracle Retail Merchandising Foundation Cloud Service API — Suppliers. 1 operations. Lead operation: List suppliers. Self-contained Naftiko capability covering one Oracle Retail business surface.

Run with Naftiko Oracle RetailSuppliers

What You Can Do

GET
Listsuppliers — List suppliers
/v1/suppliers

MCP Tools

list-suppliers

List suppliers

read-only idempotent

Capability Spec

merchandising-suppliers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Retail Merchandising Foundation Cloud Service API — Suppliers
  description: 'Oracle Retail Merchandising Foundation Cloud Service API — Suppliers. 1 operations. Lead operation: List suppliers.
    Self-contained Naftiko capability covering one Oracle Retail business surface.'
  tags:
  - Oracle Retail
  - Suppliers
  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: merchandising-suppliers
    baseUri: https://{host}/MerchServices/MerchRes/v1
    description: Oracle Retail Merchandising Foundation Cloud Service API — Suppliers business capability. Self-contained,
      no shared references.
    resources:
    - name: suppliers
      path: /suppliers
      operations:
      - name: listsuppliers
        method: GET
        description: List suppliers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.ORACLE_RETAIL_API_KEY}}'
  exposes:
  - type: rest
    namespace: merchandising-suppliers-rest
    port: 8080
    description: REST adapter for Oracle Retail Merchandising Foundation Cloud Service API — Suppliers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/suppliers
      name: suppliers
      description: REST surface for suppliers.
      operations:
      - method: GET
        name: listsuppliers
        description: List suppliers
        call: merchandising-suppliers.listsuppliers
        with:
          status: rest.status
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: merchandising-suppliers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Retail Merchandising Foundation Cloud Service API — Suppliers. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-suppliers
      description: List suppliers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: merchandising-suppliers.listsuppliers
      with:
        status: tools.status
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.