XML
The XML format is explained in the following section.
If larger XML sample file is required, you can obtain these from epoq on request.
The epoq XML format is based on the RSS 2.0 and Google product data specification (Google Merchant Center ⇲). Please note that only XML-compliant characters may be used in the specified encoding. The XML file must have the following structure:
Catalog format XML
Section titled “Catalog format XML”<?xml version="1.0"?><rss version="2.0"xmlns:g="http://base.google.com/ns/1.0"xmlns:e="http://base.google.com/cns/1.0"xmlns:c="http://base.google.com/cns/1.0"><channel><title></title ><link></link ><description></description><item> <g:id>16456</g:id> <title>brandA USB stick 1GB</title> <link>http://www.shopXYZ.de/products?id= item_stick_16456</link> <g:price>4.95</g:price> <g:image_link>www.shopXYZ.de/imgs/usb_1GB_small.jpg</g:image_link> <description>This ... thanks to USB 2.0 standard</description> <g:product_type>Hardware > Storage media > USB sticks</g:product_type> <g:brand>brand A</g:brand> <e:variant_of>192141</e:variant_of> <e:recommendable>true</<e:recommendable> <g:quantity>1</g:quantity> <g:condition>new</g:condition> <g:color>black</g:color> <g:size></g:size> <e:large_image>http://www.images.de/largeImage.jpg</e:large_image> <e:locakey>en</e:locakey> <e:currency>dollar</e:currency> <e:deliveryTimeInDays>10</e:deliveryTimeInDays> <e:newArticle>true</e:newArticle> <e:accessories>product1,product2</e:accessories> <e:ean>9783462341516</e:ean> </item> ...</channel></rss>The two “channel” tags “title” and “link” contain general information about the online shop. The individual products are listed in the “item” tags. The spelling for the corresponding product attributes is described under the item product attributes.
Channel tags
Section titled “Channel tags”| Tag | Declaration | Data Type | Example |
|---|---|---|---|
| title | The name of your online shop | Text | <title>Shop XYZ</title> |
| link | The link to your online shop | URL (http://…) | <link>http://www.shopXYZ.de</link> |