| Next >Customize the WebSphere Commerce pricing engine for integration
The Sterling Order Management system can be integrated with the pricing services of WebSphere Commerce to calculate the price of products. By default, the WebSphere Commerce price services calculate pricing based on quality, base offer prices, and price rules, if applicable. For merchants who sell gift cards online, the price for the gift card is not only related to the quantity of the gift card, it is also related to the
value pointsof the card. Thevalue pointsfor a gift card is like the face value of money. The shopper uses thevalue points, like cash, to buy products in the store.Use WebSphere Commerce Developer and WebSphere Integration Developer, we can customize the WebSphere Commerce price services and pricing engine to support the additional
value pointsparameter passed by Sterling Order Management. With this new parameter, the Service Definition Framework, and Sterling Order Management need customizing, as well. When finished, we can hard code a Sterling Order Management API to check whether the end-to-end flow is working properly.Other Customizations:
For information about Storefront customization tools topics for WebSphere Commerce, see
WebSphere Commerce Version 7 Information Center: Storefront customization tools.For a Tutorial on
Customizing the starter store, see Customizing the Aurora starter store.Lessons in this tutorial
- Define a new parameter in request messages
- Customizing the WebSphere Commerce getEntitledPrice service
- Customizing the WebSphere Commerce pricing engine
- Testing the new function by mocking the Sterling Order Management message
| Next >