Uses of Class
de.hybris.platform.ycommercewebservices.exceptions.UnsupportedDeliveryModeException
-
Packages that use UnsupportedDeliveryModeException Package Description de.hybris.platform.ycommercewebservices.v1.controller de.hybris.platform.ycommercewebservices.v2.controller -
-
Uses of UnsupportedDeliveryModeException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw UnsupportedDeliveryModeException Modifier and Type Method Description OrderDataCartController. oneStepCheckout(java.lang.String addressId, java.lang.String addressIsocode, java.lang.String deliveryMode, java.lang.String voucherCode, java.lang.String paymentInfoId, java.lang.String securityCode, javax.servlet.http.HttpServletRequest request)Web service for one-step checkout from current session cart.
Sample call: https://localhost:9002/rest/v1/mysite/cart/checkout
This method requires authentication.
Method type :POST.
Method is restricted forHTTPSchannel.CartDataCartController. setCartDeliveryMode(java.lang.String code)Web service for setting cart's delivery mode by delivery mode code.
Delivery mode code must be given as path variable.
Sample call: https://localhost:9002/rest/v1/mysite/cart/deliverymode/expressDelivery
Response contains a set-cookie header with the jsessionId associated with the cart.
This method requires authentication.
Method type :PUT.
Method is restricted forHTTPSchannel. -
Uses of UnsupportedDeliveryModeException in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that throw UnsupportedDeliveryModeException Modifier and Type Method Description voidCartsController. replaceCartDeliveryMode(java.lang.String deliveryModeId)protected CartDataBaseCommerceController. setCartDeliveryModeInternal(java.lang.String deliveryModeId)
-