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

    Interface StagedQuoteStateChangedMessagePayload

    Generated after a successful Change Staged Quote State update action.

    interface StagedQuoteStateChangedMessagePayload {
        oldStagedQuoteState: StagedQuoteState;
        stagedQuoteState: StagedQuoteState;
        type: "StagedQuoteStateChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldStagedQuoteState: StagedQuoteState

    State of the Staged Quote before the Change Staged Quote State update action.

    stagedQuoteState: StagedQuoteState

    State of the Staged Quote after the Change Staged Quote State update action.

    type: "StagedQuoteStateChanged"