Package com.skava.cart.service
Interface PatchUpdateCartService
- All Superinterfaces:
com.skava.core.EcommService<CartDataRequest,
CartResponse>
- All Known Implementing Classes:
PatchUpdateCartServiceImpl
public interface PatchUpdateCartService
extends com.skava.core.EcommService<CartDataRequest,CartResponse>
This method is used to patch the cartObject If existed will be continue the
operation if not existed will throw error message. This method used to update
cart level informations
-
Method Summary
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator, process