Interface CartSetShippingMethodAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetShippingMethodActionImpl

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

     CartSetShippingMethodAction cartSetShippingMethodAction = CartSetShippingMethodAction.builder()
             .build()