Include Custom Post Type Archive in wp_list_pages

My suggestion would be create a simple list of pages by yourself and then tag on the archives you want.

You can use get_post_type_archive_link() to grab the link of any archive you need.

If you could explain more about what it is you need exactly I can knock up some example code for you.