I am trying to use the Google Base Feed for the first time but have this problem.
I am just trying with this one product for now, I tried earlier and got 0 out of 169.
Using the API this is what Shopsite reports.
Generating XML Data file... Done.
Waiting for Google to Validate Your feed ... Done.
Generation and transmission successful.
0 Products Added to Google Base. ( 1 Products reported errors )
When I look at the feed to see what the problem is I get this.
status=Invalid item, title= Error, id= PID#588, message= <errors> <error type="data" field="price" reason="The attribute is invalid." /> </errors>
This is the XML code. I wonder if you can throw some light on the issue.
Arthur.
- Code: Select all
<?xml version='1.0'?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:g="http://base.google.com/ns/1.0"
xmlns:batch="http://schemas.google.com/gdata/batch">
<title type="text">http://www.leapfrogshop.co.uk/index.htm Batch Feed</title>
<category scheme="http://base.google.com/categories/itemtypes" term="products"/>
<entry>
<batch:id>PID#588</batch:id>
<batch:operation type="insert"/>
<g:id>PID#588</g:id>
<g:application>ShopSite Pro 10 r7.1 for Linux</g:application>
<g:application_domain>http://shopsite.com/</g:application_domain>
<g:expiration_date>2010-10-27</g:expiration_date>
<title><![CDATA[Alphabet Airlines]]></title>
<g:description><![CDATA[Soar into new learning adventures]]></g:description>
<g:price>4.99</g:price>
<g:image_link>http://www.leapfrogshop.co.uk/leapfrogshop/info/alphabet_airlines/alphabet_airlines_450_01.jpg</g:image_link>
<link rel='alternate' type='text/html' href='http://www.leapfrogshop.co.uk/leapfrogshop/alphabet_airlines.html'/>
<g:product_type><![CDATA[Toys & Games > Toys > Learning Toys]]></g:product_type>
<g:payment_accepted>Visa</g:payment_accepted>
<g:payment_accepted>MasterCard</g:payment_accepted>
<g:condition>New</g:condition>
<g:brand><![CDATA[Leapfrog]]></g:brand>
<summary><![CDATA[Soar into new learning adventures]]></summary>
<g:currency>GBP</g:currency>
<g:item_type>products</g:item_type>
</entry>
</feed>