Interface OrderShipmentStateChangedMessagePayload

Generated after a successful Change Shipment State update action.

interface OrderShipmentStateChangedMessagePayload {
    oldShipmentState: string;
    shipmentState: string;
    type: "OrderShipmentStateChanged";
}

Properties

oldShipmentState: string

ShipmentState before the Change Shipment State update action.

shipmentState: string

ShipmentState after the Change Shipment State update action.

type: "OrderShipmentStateChanged"

Generated using TypeDoc