Uses of Class
de.hybris.platform.ycommercewebservices.exceptions.UnsupportedDeliveryModeException
Packages that use UnsupportedDeliveryModeException
Package
Description
-
Uses of UnsupportedDeliveryModeException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw UnsupportedDeliveryModeExceptionModifier and TypeMethodDescriptionCartController.oneStepCheckout(String addressId, String addressIsocode, String deliveryMode, String voucherCode, String paymentInfoId, 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.CartController.setCartDeliveryMode(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 UnsupportedDeliveryModeExceptionModifier and TypeMethodDescriptionvoidCartDeliveryModesController.replaceCartDeliveryMode(String deliveryModeId) protected CartDataBaseCommerceController.setCartDeliveryModeInternal(String deliveryModeId)