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

interface ProductRevertStagedChangesAction {
    action: "revertStagedChanges";
}

Properties

Properties

action: "revertStagedChanges"

Generated using TypeDoc