Oracle Fusion Cloud Applications website screenshot

Oracle Fusion Cloud Applications

Oracle Fusion Cloud Applications represent a comprehensive suite of cloud-based enterprise resource planning (ERP), human capital management (HCM), customer experience (CX), supply chain management (SCM), and enterprise performance management (EPM) solutions. Oracle Fusion Cloud provides REST APIs across all application pillars, enabling programmatic access to business data and processes for integration, automation, and extension of cloud applications.

7 APIs 0 Features
CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

APIs

Oracle Fusion ERP REST API

REST APIs for Oracle Fusion Cloud ERP, providing programmatic access to financials, procurement, project management, and risk management capabilities. The API supports viewing a...

Oracle Fusion HCM REST API

REST APIs for Oracle Fusion Cloud Human Capital Management, enabling integration with core HR, talent management, workforce management, and payroll systems. The API provides acc...

Oracle Fusion SCM REST API

REST APIs for Oracle Fusion Cloud Supply Chain Management, providing access to inventory, order management, procurement, logistics, and manufacturing capabilities. The API enabl...

Oracle Fusion CX Sales and Fusion Service REST API

REST APIs for Oracle Fusion Cloud Customer Experience, enabling integration with sales force automation, fusion service, customer data management, and commerce applications. The...

Oracle Fusion Common Features REST API

REST APIs for Oracle Fusion Cloud Applications Common features, providing access to shared services such as attachments, flexfields, lookup types, roles, users, security, and ap...

Oracle Fusion Project Management REST API

REST APIs for Oracle Fusion Cloud Project Management, enabling integration with project planning, project costing, project billing, grants management, and project execution capa...

Oracle Fusion EPM REST API

REST APIs for Oracle Fusion Cloud Enterprise Performance Management, enabling integration with planning, budgeting, forecasting, financial consolidation, account reconciliation,...

Collections

Pricing Plans

Rate Limits

Oracle Fusion Rate Limits

3 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Oracle Fusion Context

0 classes · 12 properties

JSON-LD

JSON Structure

Oracle Fusion Structure

0 properties

JSON STRUCTURE

Resources

🌐
Portal
Portal
🔑
Authentication
Authentication
💬
Support
Support
🚀
GettingStarted
GettingStarted
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📄
ChangeLog
ChangeLog
🔗
Website
Website
📝
Signup
Signup
🔗
Login
Login
👥
GitHubOrganization
GitHubOrganization
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Oracle Fusion Cloud Applications Oracle Fusion Cloud SCM REST API
  version: 11.13.18.05
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Sales Orders
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List sales orders
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: orderBy
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
      - name: expand
        value: ''
        type: query
    docs: Retrieve a collection of sales orders from Order Management including order header details, order lines, and fulfillment
      information.
  - info:
      name: Oracle Fusion Cloud Applications Create a sales order
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub
      body:
        type: json
        data: '{}'
    docs: Create a new sales order with header and order lines.
  - info:
      name: Oracle Fusion Cloud Applications Get a sales order
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/:OrderId
      params:
      - name: OrderId
        value: ''
        type: path
        description: Unique order identifier
      - name: fields
        value: ''
        type: query
      - name: expand
        value: ''
        type: query
    docs: Retrieve a specific sales order by identifier.
  - info:
      name: Oracle Fusion Cloud Applications Update a sales order
      type: http
    http:
      method: PATCH
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/:OrderId
      params:
      - name: OrderId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update an existing sales order.
- info:
    name: Purchase Orders
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List purchase orders
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/purchaseOrders
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: orderBy
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
    docs: Retrieve purchase order headers and lines for procurement operations.
  - info:
      name: Oracle Fusion Cloud Applications Create a purchase order
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/purchaseOrders
      body:
        type: json
        data: '{}'
    docs: Create a new purchase order with header and lines.
  - info:
      name: Oracle Fusion Cloud Applications Get a purchase order
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/purchaseOrders/:POHeaderId
      params:
      - name: POHeaderId
        value: ''
        type: path
        description: Purchase order header identifier
      - name: fields
        value: ''
        type: query
      - name: expand
        value: ''
        type: query
    docs: Retrieve a specific purchase order.
  - info:
      name: Oracle Fusion Cloud Applications Update a purchase order
      type: http
    http:
      method: PATCH
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/purchaseOrders/:POHeaderId
      params:
      - name: POHeaderId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update an existing purchase order.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List inventory on-hand balances
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/inventoryOnhandBalances
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
    docs: Retrieve on-hand inventory quantities by organization, item, subinventory, and locator.
  - info:
      name: Oracle Fusion Cloud Applications Create an inventory transaction
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/inventoryTransactions
      body:
        type: json
        data: '{}'
    docs: Create inventory transactions such as receipts, issues, transfers, and adjustments.
- info:
    name: Items
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List items
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/productItems
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
    docs: Retrieve item master records including item attributes, categories, and organization assignments.
- info:
    name: Shipments
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List shipments
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/shipments
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
    docs: Retrieve shipment records including delivery details, tracking, and shipping status.
- info:
    name: Work Orders
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List work orders
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/workOrders
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
    docs: Retrieve manufacturing work orders including operations, materials, and production status.
  - info:
      name: Oracle Fusion Cloud Applications Create a work order
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/workOrders
      body:
        type: json
        data: '{}'
    docs: Create a new manufacturing work order.
- info:
    name: Suppliers
    type: folder
  items:
  - info:
      name: Oracle Fusion Cloud Applications List suppliers
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/suppliers
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: fields
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: orderBy
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
    docs: Retrieve supplier records including supplier sites, contacts, and procurement details.
  - info:
      name: Oracle Fusion Cloud Applications Create a supplier
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/suppliers
      body:
        type: json
        data: '{}'
    docs: Create a new supplier record.
bundled: true