interface OrderSetReturnShipmentStateAction {
    action: "setReturnShipmentState";
    returnItemId: string;
    shipmentState: string;
}

Properties

action: "setReturnShipmentState"
returnItemId: string
shipmentState: string

Generated using TypeDoc