Interface StoreChangeProductSelectionAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>, StoreUpdateAction
All Known Implementing Classes:
StoreChangeProductSelectionActionImpl

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()