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

    Interface QuoteTransitionStateAction

    If the existing State has set transitions, there must be a direct transition to the new State. If transitions is not set, no validation is performed. This update action produces the Quote State Transition Message.

    interface QuoteTransitionStateAction {
        action: "transitionState";
        force?: boolean;
        state: StateResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "transitionState"
    force?: boolean

    Switch validations on or off.

    Value to set. If there is no State yet, this must be an initial State.