Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders

Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders. 4 operations. Lead operation: Oracle Fusion Cloud Applications List purchase orders. Self-contained Naftiko capability covering one Oracle Fusion business surface.

Run with Naftiko Oracle FusionPurchase Orders

What You Can Do

GET
Listpurchaseorders — Oracle Fusion Cloud Applications List purchase orders
/v1/fscmrestapi/resources/11-13-18-05/purchaseorders
POST
Createpurchaseorder — Oracle Fusion Cloud Applications Create a purchase order
/v1/fscmrestapi/resources/11-13-18-05/purchaseorders
GET
Getpurchaseorder — Oracle Fusion Cloud Applications Get a purchase order
/v1/fscmrestapi/resources/11-13-18-05/purchaseorders/{poheaderid}
PATCH
Updatepurchaseorder — Oracle Fusion Cloud Applications Update a purchase order
/v1/fscmrestapi/resources/11-13-18-05/purchaseorders/{poheaderid}

MCP Tools

oracle-fusion-cloud-applications-list

Oracle Fusion Cloud Applications List purchase orders

read-only idempotent
oracle-fusion-cloud-applications-create

Oracle Fusion Cloud Applications Create a purchase order

oracle-fusion-cloud-applications-get

Oracle Fusion Cloud Applications Get a purchase order

read-only idempotent
oracle-fusion-cloud-applications-update

Oracle Fusion Cloud Applications Update a purchase order

idempotent

Capability Spec

scm-purchase-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders
  description: 'Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders. 4 operations. Lead operation:
    Oracle Fusion Cloud Applications List purchase orders. Self-contained Naftiko capability covering one Oracle Fusion business
    surface.'
  tags:
  - Oracle Fusion
  - Purchase Orders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_FUSION_API_KEY: ORACLE_FUSION_API_KEY
capability:
  consumes:
  - type: http
    namespace: scm-purchase-orders
    baseUri: https://{instance}.oraclecloud.com
    description: Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders business capability.
      Self-contained, no shared references.
    resources:
    - name: fscmRestApi-resources-11.13.18.05-purchaseOrders
      path: /fscmRestApi/resources/11.13.18.05/purchaseOrders
      operations:
      - name: listpurchaseorders
        method: GET
        description: Oracle Fusion Cloud Applications List purchase orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createpurchaseorder
        method: POST
        description: Oracle Fusion Cloud Applications Create a purchase order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: fscmRestApi-resources-11.13.18.05-purchaseOrders-POHeaderId
      path: /fscmRestApi/resources/11.13.18.05/purchaseOrders/{POHeaderId}
      operations:
      - name: getpurchaseorder
        method: GET
        description: Oracle Fusion Cloud Applications Get a purchase order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: POHeaderId
          in: path
          type: integer
          description: Purchase order header identifier
          required: true
      - name: updatepurchaseorder
        method: PATCH
        description: Oracle Fusion Cloud Applications Update a purchase order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: POHeaderId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_FUSION_API_KEY}}'
  exposes:
  - type: rest
    namespace: scm-purchase-orders-rest
    port: 8080
    description: REST adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fscmrestapi/resources/11-13-18-05/purchaseorders
      name: fscmrestapi-resources-11-13-18-05-purchaseorders
      description: REST surface for fscmRestApi-resources-11.13.18.05-purchaseOrders.
      operations:
      - method: GET
        name: listpurchaseorders
        description: Oracle Fusion Cloud Applications List purchase orders
        call: scm-purchase-orders.listpurchaseorders
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createpurchaseorder
        description: Oracle Fusion Cloud Applications Create a purchase order
        call: scm-purchase-orders.createpurchaseorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fscmrestapi/resources/11-13-18-05/purchaseorders/{poheaderid}
      name: fscmrestapi-resources-11-13-18-05-purchaseorders-poheaderid
      description: REST surface for fscmRestApi-resources-11.13.18.05-purchaseOrders-POHeaderId.
      operations:
      - method: GET
        name: getpurchaseorder
        description: Oracle Fusion Cloud Applications Get a purchase order
        call: scm-purchase-orders.getpurchaseorder
        with:
          POHeaderId: rest.POHeaderId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatepurchaseorder
        description: Oracle Fusion Cloud Applications Update a purchase order
        call: scm-purchase-orders.updatepurchaseorder
        with:
          POHeaderId: rest.POHeaderId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scm-purchase-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API — Purchase Orders. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-fusion-cloud-applications-list
      description: Oracle Fusion Cloud Applications List purchase orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scm-purchase-orders.listpurchaseorders
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-create
      description: Oracle Fusion Cloud Applications Create a purchase order
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: scm-purchase-orders.createpurchaseorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-get
      description: Oracle Fusion Cloud Applications Get a purchase order
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scm-purchase-orders.getpurchaseorder
      with:
        POHeaderId: tools.POHeaderId
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-update
      description: Oracle Fusion Cloud Applications Update a purchase order
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scm-purchase-orders.updatepurchaseorder
      with:
        POHeaderId: tools.POHeaderId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.