public class ExtendedCartController
extends java.lang.Object
| Constructor and Description |
|---|
ExtendedCartController() |
| Modifier and Type | Method and Description |
|---|---|
CartModificationDataList |
consolidatePickupLocations(java.lang.String storeName)
Web service handler for consolidating pickup locations
Sample target URL : http://localhost:9001/rest/v1/cart/consolidate?storeName=Encoded%20Store%20Name Request Method = POST |
PointOfServiceDataList |
getConsolidatedPickupOptions()
Web service handler for getting consolidated pickup options
Sample target URL : http://localhost:9001/rest/v1/cart/consolidatedOptions Request Method = GET |
public PointOfServiceDataList getConsolidatedPickupOptions()
GETPointOfServiceDataList as response bodypublic CartModificationDataList consolidatePickupLocations(java.lang.String storeName) throws CommerceCartModificationException
POSTstoreName - - name of store where items will be pickedCartModificationDataList as response bodyCommerceCartModificationExceptionCopyright © 2018 SAP SE. All Rights Reserved.