@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductRevertStagedVariantChangesAction

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

    interface ProductRevertStagedVariantChangesAction {
        action: "revertStagedVariantChanges";
        variantId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "revertStagedVariantChanges"
    variantId: number

    The id of the ProductVariant to revert.