This topic provides information on configuring TurboEngines callbacks.

Callbacks provide you with a mechanism to apply custom logic at the extension points provided and get invoked during the pricing computation by the TurboEngines. For example, you can apply custom pricing on the line items in the cart using the TurboEngines Callback Class. Callbacks are implemented using interfaces that are specific to each callback. These interfaces have various methods that you can use to achieve your task. You must implement the interface in a C# class and within that class, you may use your custom logic using the methods of the interface.

The sections in this topic provide information for: