Interface OrderReturnShipmentStateChangedMessagePayload

Generated after a successful Set Return Shipment State update action.

interface OrderReturnShipmentStateChangedMessagePayload {
    returnItemId: string;
    returnShipmentState: string;
    type: "OrderReturnShipmentStateChanged";
}

Properties

returnItemId: string

Unique identifier of the ReturnItem.

returnShipmentState: string

State of the ReturnItem after the Set Return Shipment State update action.

type: "OrderReturnShipmentStateChanged"

Generated using TypeDoc