Apparently the table rate ID would be zone 1, zone 2 etc. So what is entered is 1 or 2 or which ever zone is going to be used. Terminology through me off.
The next issue I'm seeing is with shipping rate making it in to google shopping.
I'm using zen cart version 1.5.0 with GMCF 1.14.0
The shipping info is being written to the feed.
HTML Code:
<g:shipping>
<g:country>AU</g:country>
<g:region>4999</g:region>
<g:service>Ground</g:service>
<g:price>12.5</g:price>
</g:shipping>
The feed is being successfully uploaded to google merchant center. Google merchant center shows the error for shipping:
Missing shipping information (263 errors, only affecting Product Search, Search API for Shopping, Shopping)
In google merchant center, when viewing the errors; 'view item' shows the shipping attribute value is blank.
Has anyone else encountered this and know what the problem is?