You are here:
Order Management Integration in Industries CPQ
You can configure how Industries CPQ interacts with external order management systems.
Sample payloads and known responses such as notification payloads, reason codes, state values, and so on, are included. Also described is how you can extend or inject and define your own implementation for integrations in the event the default payload formats are not sufficient or you must build different transport methods for integration.
The Order Management Integration Layer exposes an interface that can accept notifications from order management systems.
- Invoke the Order Management Integration Layer
You can invoke the Order Management Integration Layer in either of two ways: through APEX code or through a REST API call. - Omnistudio Data Mapper Setup for Order Management Integration Layer
Order Management Integration Layer requires the OrderBackSync and OrderItemBackSync Data Mappers to update order records. - Order Management Integration Layer Messages Initiated by CPQ
Order Management Integration Layer responds to certain messages sent by Industries CPQ to the order management system. - Create Hooks for Odin Notification Handlers
Odin Notification Handler APIs provide an option to let you write custom pre and post-hooks for each API to implement custom logic.

