Produces the Return Info Added Message.

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

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.