<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
<title>{shop_name}</title>
<link rel="self" href="{shop_url}" />
<updated>{update_feed}</updated>
<entry ps_block="product">
<title>{name}</title>
<g:id>{id}</g:id>
<link href="{url}" />
<summary>{description_short}</summary>
<updated>{update_item}</updated>
<g:google_product_category></g:google_product_category>
<g:product_type>{categories}</g:product_type>
<g:image_link>{img_url}</g:image_link>
<g:price>{price_vat_iso}</g:price>
<g:condition>{condition: "new,used,refurbished"}</g:condition>
<g:gtin>{upc}</g:gtin>
<g:mpn>{reference}</g:mpn>
<g:brand>{manufacturer}</g:brand>
<g:availability>{availability: "in stock, available for order, out of stock"}</g:availability>
</entry>
</feed>
In the <g:google_product_category></g:google_product_category>