Interface StagedOrderSetShippingMethodAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetShippingMethodAction extends StagedOrderUpdateAction

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

     StagedOrderSetShippingMethodAction stagedOrderSetShippingMethodAction = StagedOrderSetShippingMethodAction.builder()
             .build()