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

    Interface OrderShipmentStateChangedMessagePayload

    Generated after a successful Change ShipmentState update action.

    interface OrderShipmentStateChangedMessagePayload {
        oldShipmentState?: ShipmentState;
        shipmentState: ShipmentState;
        type: "OrderShipmentStateChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldShipmentState?: ShipmentState

    ShipmentState before the Change Shipment State update action.

    shipmentState: ShipmentState

    ShipmentState after the Change Shipment State update action.

    type: "OrderShipmentStateChanged"