Interface ShippingMethodSetStoresAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodSetStoresAction extends ShippingMethodUpdateAction

Sets the Stores the ShippingMethod is associated with. If empty, the ShippingMethod becomes a global ShippingMethod.


Example to create an instance using the builder pattern

     ShippingMethodSetStoresAction shippingMethodSetStoresAction = ShippingMethodSetStoresAction.builder()
             .plusStores(storesBuilder -> storesBuilder)
             .build()