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

    Interface StandalonePriceStagedChangesAppliedMessagePayload

    Generated after a successful Apply Staged Changes update action.

    interface StandalonePriceStagedChangesAppliedMessagePayload {
        stagedChanges: StagedStandalonePrice;
        type: "StandalonePriceStagedChangesApplied";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    stagedChanges: StagedStandalonePrice

    Applied changes of the StandalonePrice after the Apply Staged Changes update action.

    type: "StandalonePriceStagedChangesApplied"