Uses of Class
de.hybris.platform.ycommercewebservices.exceptions.UnsupportedDeliveryAddressException
-
Packages that use UnsupportedDeliveryAddressException Package Description de.hybris.platform.ycommercewebservices.v1.controller -
-
Uses of UnsupportedDeliveryAddressException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw UnsupportedDeliveryAddressException 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. setCartDeliveryAddress(java.lang.String id)Web service for setting cart's delivery address by address id.
Address id must be given as path variable.
Sample call: https://localhost:9002/rest/v1/mysite/cart/address/delivery/1234
Response contains a set-cookie header with the jsessionId associated with the cart.
This method requires authentication.
Method type :PUT.
Method is restricted forHTTPSchannel.
-