Uses of Class
de.hybris.platform.commercewebservicescommons.errors.exceptions.LowStockException
Packages that use LowStockException
Package
Description
-
Uses of LowStockException in de.hybris.platform.commercewebservicescommons.errors.exceptions
Modifier and TypeClassDescriptionclassThrown 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 LowStockExceptionModifier and TypeMethodDescriptionCartController.pickupEntryInStore(String baseSiteId, long entryNumber, 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 =PUTCartController.updateEntryToDelivery(String baseSiteId, long entryNumber) Web service reseting store where entry should be picked up.