Interface StoreChangeProductSelectionAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>, StoreUpdateAction

public interface StoreChangeProductSelectionAction extends StoreUpdateAction

ProductSelection in a Store can be activated or deactivated using this update action.


Example to create an instance using the builder pattern

     StoreChangeProductSelectionAction storeChangeProductSelectionAction = StoreChangeProductSelectionAction.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .build()