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

    Interface StandalonePriceStagedChangesRemovedMessagePayload

    Generated after a successful Remove Staged Changes update action.

    interface StandalonePriceStagedChangesRemovedMessagePayload {
        stagedChanges: StagedStandalonePrice;
        type: "StandalonePriceStagedChangesRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    stagedChanges: StagedStandalonePrice

    Removed changes of the StandalonePrice after the Remove Staged Changes update action.

    type: "StandalonePriceStagedChangesRemoved"