I had a client who had named all of his 600+ products to uppercase and Google Shopping was not allowing the products to be indexed because of this.
To automatically rename the Woocommerce Product titles, I ran this script:
This will loop through each product and rename the titles to capitalised using php UCWORDS()
For example: MY PRODUCT will be renamed to My Product.