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

    Interface OrderAddReturnInfoAction

    Produces the Return Info Added Message.

    interface OrderAddReturnInfoAction {
        action: "addReturnInfo";
        items: ReturnItemDraft[];
        returnDate?: string;
        returnTrackingId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addReturnInfo"

    Items to be returned. Must not be empty.

    returnDate?: string

    Value to set. If not set, it defaults to the current date and time.

    returnTrackingId?: string

    Value to set.