Uses of Class
com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- 
Packages that use SkuInventoryAvailabilityRequest Package Description com.broadleafcommerce.cartoperation.service.provider.external  - 
- 
Uses of SkuInventoryAvailabilityRequest in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return types with arguments of type SkuInventoryAvailabilityRequest Modifier and Type Method Description protected List<SkuInventoryAvailabilityRequest>ExternalInventoryProvider. buildSkuInventoryAvailabilityRequests(Map<String,Integer> skuCodesAndQuantity)Builds a listSkuInventoryAvailabilityRequestto verify the availability of the SKU for the provided quantity. 
 -