Interface ProductRevertStagedChangesAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>

public interface ProductRevertStagedChangesAction extends ProductUpdateAction

Reverts the staged version of a Product to the current version. Produces the ProductRevertedStagedChanges Message.


Example to create an instance using the builder pattern

     ProductRevertStagedChangesAction productRevertStagedChangesAction = ProductRevertStagedChangesAction.builder()
             .build()