Integration of e-commerce website with Oracle pricing to fetch prices
We are using e-commerce website with webshere and Oracle EBS for transaction processing.
With in EBS, Oracle pricing will have all price lists, discounts and other rules related to pricing.
How to get the pricing to e-commerce website?
there are 2 thoughts
1. Push all price lists, discount modifiers and all relevant data for pricing to website and develop a custom program to perform pricing on the website.
2. Once data is saved in website -- make a call to oracle -- run the pricing engine -- get the relevant pricing information to website
I am not sure about which one is the best approach to get the prices to the website and make it running as expected.