| Package | Description |
|---|---|
| de.hybris.platform.ycommercewebservices.v1.controller | |
| de.hybris.platform.ycommercewebservices.v2.controller |
| Modifier and Type | Method and Description |
|---|---|
CartData |
CartController.authorizePayment(java.lang.String securityCode)
Web service for authorizing cart's credit cart payment.
Sample call: https://localhost:9002/rest/v1/mysite/cart/authorizePayment authorization security code - ccv - must be sent as a post body. Response contains a set-cookie header with the jsessionId associated with the cart. This method requires authentication and is restricted to HTTPS |
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. |
| Modifier and Type | Method and Description |
|---|---|
OrderWsDTO |
OrdersController.placeOrder(java.lang.String cartId,
java.lang.String securityCode,
java.lang.String fields) |
Copyright © 2018 SAP SE. All Rights Reserved.