Interface ShippingMethodRemoveStoreAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodRemoveStoreAction extends ShippingMethodUpdateAction

Removes the association to a Store from the ShippingMethod. If no more Stores are assigned, the ShippingMethod becomes a global ShippingMethod.


Example to create an instance using the builder pattern

     ShippingMethodRemoveStoreAction shippingMethodRemoveStoreAction = ShippingMethodRemoveStoreAction.builder()
             .store(storeBuilder -> storeBuilder)
             .build()