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

    Interface OrderChangeShipmentStateAction

    Produces the Order Shipment State Changed Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeShipmentState"
    shipmentState: ShipmentState

    New shipment status of the Order.