Interface MyCartSetShippingMethodAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>
All Known Implementing Classes:
MyCartSetShippingMethodActionImpl

To set the Cart's Shipping Method the Cart must have the Single ShippingMode and a shippingAddress.


Example to create an instance using the builder pattern

     MyCartSetShippingMethodAction myCartSetShippingMethodAction = MyCartSetShippingMethodAction.builder()
             .build()