I have been trying to export shipping quotes that were generated with the ‘Contact for Shipping Quote‘ plugin, but haven’t been able to find out how or if its possible. I tried re-using the network call that appears to get this page, mysite.com/wp-admin/admin.php?page=woocommerce-contact-for-shipping-quote, and replacing the value of the accept header with only application/json but it seems to ignore that and still return HTML.
There isn’t much in the way of documentation for the plugin that I have been able to find to help me out either.
I also poked around in the DB to see if the shipping quote data was stored there in any obvious tables. I didn’t see anything that stood out other than the lack of any tables that look like they are related to woocommerce at all. It seems to be just the wordpress tables wich again seems odd to me since the woocommerce database description docs say there should be some… but I am new to WP so I must be missing something.
Anyway if anyone has been able to get the shipping quote data in any form and could point me in the right direction it would be greatly appreciated.
