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

    Interface StagedOrderTransitionStateAction

    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 [Order State Transition](ctp:api:type:OrderStateTransitionMessage) Message.
    
    interface StagedOrderTransitionStateAction {
        action: "transitionState";
        force?: boolean;
        state: StateResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "transitionState"
    force?: boolean

    Set to true to turn off validation.

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