Extend user exits

Sample Java™ code (including utility classes) are provided in <INSTALL_DIR>/xapidocs/code_examples/java to enable you to implement our own user exits. These user exit implementations are configured at the enterprise level when running the activator for the enterprise. The integration user exits and the Impl class that they point to are as follows:

YPMgGetOrderPrice com.yantra.ypm.business.ue.impl.YPMGetOrderPriceUEWCIntegrationImpl YPMGetItemPrice com.yantra.ypm.business.ue.impl.YPMGetItemPriceUEWCIntegrationImpl YPMvalidateCouponUE com.yantra.ypm.business.ue.impl.YPMValidateCouponUEWCIntegrationImpl YPMGetPricingRuleDetails com.yantra.ypm.business.ue.impl.YPMGetPricingRuleDetailsUEWCIntegrationImpl
Table 1. Integration user exits and associated impl files
User Exit Impl class