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

    Interface StagedOrderChangeOrderStateAction

    Produces the Order State Changed Message.

    interface StagedOrderChangeOrderStateAction {
        action: "changeOrderState";
        orderState: OrderState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeOrderState"
    orderState: OrderState

    New status of the Order.