Interface ProductRevertStagedVariantChangesAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>
All Known Implementing Classes:
ProductRevertStagedVariantChangesActionImpl

public interface ProductRevertStagedVariantChangesAction extends ProductUpdateAction

Reverts the staged version of a ProductVariant to the current version.


Example to create an instance using the builder pattern

     ProductRevertStagedVariantChangesAction productRevertStagedVariantChangesAction = ProductRevertStagedVariantChangesAction.builder()
             .variantId(0.3)
             .build()