| Package | Description |
|---|---|
| de.hybris.platform.commercewebservicescommons.errors.exceptions | |
| de.hybris.platform.ycommercewebservices.v1.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductLowStockException
Thrown when there is insufficient stock at a warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
CartModificationData |
CartController.pickupEntryInStore(java.lang.String baseSiteId,
long entryNumber,
java.lang.String storeName)
Web service for setting store where cart entry will be picked up.
Client should provide cart entry number as path variable and storeName parameter in body. Sample target URL : http://localhost:9001/rest/v1/cart/entry/{entryNumber}/store Response contains a set-cookie header with the jsessionId associated with the cart. Request Method = PUT |
CartModificationData |
CartController.updateEntryToDelivery(java.lang.String baseSiteId,
long entryNumber)
Web service reseting store where entry should be picked up.
|
Copyright © 2018 SAP SE. All Rights Reserved.