Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryAvailabilityRequest
Package
Description
-
Uses of SkuInventoryAvailabilityRequest in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionDefaultSkuInventorySummaryService.readInventoryAvailability
(List<SkuInventoryAvailabilityRequest> availabilityRequests, String skuRefFieldTpe, Optional<Boolean> forShip, Optional<Boolean> forPickup, Optional<Boolean> inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SkuInventorySummaryService.readInventoryAvailability
(List<SkuInventoryAvailabilityRequest> availabilityRequests, String skuRefFieldTpe, Optional<Boolean> forShip, Optional<Boolean> forPickup, Optional<Boolean> inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads inventory summary data based on the givenSkuInventoryAvailabilityRequests
. -
Uses of SkuInventoryAvailabilityRequest in com.broadleafcommerce.inventory.web.endpoint
Modifier and TypeMethodDescriptionSkuInventoryShopEndpoint.findBulkInventoryAvailability
(jakarta.servlet.http.HttpServletRequest request, List<SkuInventoryAvailabilityRequest> skuReferences, String skuFieldType, Boolean forShipping, Boolean forPickup, Boolean inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)