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

    Interface OrderReturnShipmentStateChangedMessagePayload

    Generated after a successful Set ReturnShipmentState update action on Orders and Order Edits.

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

    Hierarchy (View Summary)

    Index

    Properties

    returnItemId: string

    Unique identifier of the ReturnItem.

    returnShipmentState: ReturnShipmentState

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

    type: "OrderReturnShipmentStateChanged"