Uses of Class
com.broadleafcommerce.cartoperation.domain.inventory.reservation.ReleaseSkuInventoryReservationRequest
Packages that use ReleaseSkuInventoryReservationRequest
-
Uses of ReleaseSkuInventoryReservationRequest in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return types with arguments of type ReleaseSkuInventoryReservationRequestModifier and TypeMethodDescriptionprotected Optional<ReleaseSkuInventoryReservationRequest>
ExternalInventoryProvider.buildReleaseInventoryReservationRequest
(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, @NonNull List<com.broadleafcommerce.cart.client.domain.CartItem> cartItemsToRelease, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Builds an optional ofReleaseSkuInventoryReservationRequest
based on the given cart and cart items.