Interface StoreAddProductSelectionAction

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

To make all included Products available to your customers of a given Store, add the Product Selections to the respective Store. This action has no effect if the given Product Selection is already present in the Store and has the same active flag.


Example to create an instance using the builder pattern

     StoreAddProductSelectionAction storeAddProductSelectionAction = StoreAddProductSelectionAction.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .build()