Interface ProductRevertStagedVariantChangesAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>

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