Uses of Class
com.skava.cart.model.Shipping
Packages that use Shipping
Package
Description
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
-
Uses of Shipping in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor that return ShippingModifier and TypeMethodDescriptionstatic ShippingShippingMethodProcessor.assignShippingDeliveryDetails(ShippingResponse shippingRequest) This method is used to assign shipping delivery details from shipping requestShippingResponseProcessor.updateShipping(List<DeliveryMethod> deliveryMethods) This method is used to update shipping details -
Uses of Shipping in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type ShippingModifier and TypeMethodDescriptionstatic DeliveryDetailsSFCartTransformation.transformCartShipping(Address address, Shipping shipping) This method is used to transform micro service shipping address information to the orchestration delivery details