Uses of Class
de.hybris.platform.commercewebservicescommons.errors.exceptions.LowStockException
-
Packages that use LowStockException Package Description de.hybris.platform.commercewebservicescommons.errors.exceptions de.hybris.platform.ycommercewebservices.v1.controller -
-
Uses of LowStockException in de.hybris.platform.commercewebservicescommons.errors.exceptions
Subclasses of LowStockException in de.hybris.platform.commercewebservicescommons.errors.exceptions Modifier and Type Class Description classProductLowStockExceptionThrown when there is insufficient stock at a warehouse. -
Uses of LowStockException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw LowStockException Modifier and Type Method Description CartModificationDataCartController. 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 =PUTCartModificationDataCartController. updateEntryToDelivery(java.lang.String baseSiteId, long entryNumber)Web service reseting store where entry should be picked up.
-