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

    Interface StagedOrderChangeShipmentStateAction

    Produces the Order Shipment State Changed Message.

    interface StagedOrderChangeShipmentStateAction {
        action: "changeShipmentState";
        shipmentState: ShipmentState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeShipmentState"
    shipmentState: ShipmentState

    New shipment status of the Order.