public interface AcceleratorCheckoutService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel)
Runs calculation again and updates cart
|
java.util.List<PointOfServiceDistanceData> |
getConsolidatedPickupOptions(CartModel cartModel)
Gets the points of service for item pickup for a cart
|
java.util.List<PointOfServiceDistanceData> getConsolidatedPickupOptions(CartModel cartModel)
cartModel - the cartList of PointOfServiceDistanceDatajava.util.List<CommerceCartModification> consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel) throws CommerceCartModificationException
cartModel - the cartconsolidatedPickupPointModel - the point of serviceCommerceCartModificationException - when the cart could not be modifiedCopyright © 2018 SAP SE. All Rights Reserved.