Interface StagedOrderChangeShipmentStateAction

interface StagedOrderChangeShipmentStateAction {
    action: "changeShipmentState";
    shipmentState?: string;
}

Properties

action: "changeShipmentState"
shipmentState?: string

Generated using TypeDoc