Uses of Class
com.skava.shipping.model.ShippingResponse
Packages that use ShippingResponse
Package
Description
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
-
Uses of ShippingResponse in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor with parameters of type ShippingResponseModifier and TypeMethodDescriptionstatic SFCart
ShippingMethodProcessor.getShippingMethodsForEstimatedAddress
(ShippingResponse shippingResponse, SFCart sfCart) Returns the SFCart object for getting shipping methods depending upon the input -
Uses of ShippingResponse in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type ShippingResponseModifier and TypeMethodDescriptionstatic ShippingResponse
ShippingTransformationExtension.convertToShippingRequest
(ShippingResponse shippingResponse, DeliveryDetails deliveryDetails, Long itemId) This method is used to get shipping details from shipping response and delivery detailsstatic void
CartShippingTransformation.updateShippingInfoInSFCart
(SFCart sfCart, ShippingResponse calculatedShipping) This method is used to update the shipping information in the cart response