| Package | Description |
|---|---|
| de.hybris.platform.ycommercewebservices.v1.controller |
| Modifier and Type | Method and Description |
|---|---|
OrderData |
CartController.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,
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 for HTTPS channel. |
CartData |
CartController.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 for HTTPS channel. |
Copyright © 2018 SAP SE. All Rights Reserved.