Standard REST API to Discover SCM Business Events (Similar to ERP Business Events API)
In our current project, we are implementing integrations between Oracle Fusion ERP/SCM and Oracle Integration Cloud (OIC) using an event-driven approach. As part of this, identifying standard business events is a key requirement.
Current Observation (ERP):
During our analysis, we found that ERP business events can be discovered using the REST endpoint:
fscmRestApi/resources/11.13.18.05/erpBusinessEvents
This endpoint can be tested via tools like Postman and provides a list of available ERP business events in the instance. It is also supported by backend data (table: FUN_ERP_BUSINESS_EVENTS).
This capability is helpful for:
- Discovering available events
- Understanding integration options
1