Interface ProductRevertStagedVariantChangesAction

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

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

Properties

Properties

action: "revertStagedVariantChanges"
variantId: number

The id of the ProductVariant to revert.

Generated using TypeDoc