Questions about integrate with OM with external fulfilment system
Summary:
I am trying to override the fusion standard reserve service with customized logic.
My plan is to change 'External Interface Routing Rules' to point the 'Reservation Task Routing'' to our customized webservice
Then the customized webservice will run the logic and call API to reserve from inventory module.
I have read through the manual :
But it misses the important part that how to map the response message
- FulfillmentRequestResponseMessage
- fulfillmentresponse
(we have tried to map and response the 3 fields in FulfillmentRequestResponseMessage but the orchestration flow errors
)
Could anyone share more information how to map the response message or share a simple work example ?