Skip to content

Attributes

XML tagCSV columnDeclarationData typeepoq Search/Adviseepoq Inspire/Connect
g:idproductIdA clear identification of the product.Textrequiredrequired
titlenameThe name of the product.Textrequiredrequired
linkproductUrlThe absolute URL to the product detail page.URLrequiredrequired
g:pricepriceCurrent price in Euro. Set the “currency” attribute for other currencies.Doublerequiredrequired
g:image_linksmallImageThe absolute URL to the (small) product image. Here we recommend, to provide the images all in a uniform size.URLrequiredrequired
descriptiondescriptionThe description of the product.Textrequiredrequired
g:product_typecategoryThe category of the product. Subcategories can be clarified by ”>”. How to specify multiple categoriesTextrequiredrequired
g:brandbrandThe brand of the product.Textrequiredrequired
e:variant_ofvariantOfIndicates whether the product is a special variant of another product. How to hand over main products and variantsTextrequiredrequired
e:recommendablerecommendableIndicates whether the product should appear in the epoq recommendations.Textrequired
g:quantityquantityIndicates how many copies are in stock (0 for no longer in stock).intrequiredrequired
g:conditionconditionThe condition of the product (new, used).Textrequired
g:colorcolorThe color of the product.Textrequired
g:sizesizeThe size of the product, e.g. 36, 38, 40, XL, XXL.Textrequired
e:sizes_InfosizesInfoSize # quantity # original price # price # linkID # special price. How to transfer size availabilityTextrequired
e:large_imagelargeImageThe absolute URL to a large product image.URL
e:locakeylocaKeyDefines the language of the entry if the catalog is multilingual (e.g. en).Text
e:currencycurrencyShould be indicated if a currency other than Euro is to be used.Textrequiredrequired
e:deliveryTimeIn DaysdeliveryTimeIn DaysIndicates delivery time in days.int
e:newArticlenewArticleIndicates whether the article is a novelty.booleanrequiredrequired
e:accessoriesaccessoriesCompatible accessories; productIds separated by ”,”.Textrequired
e:crosssellcrosssellCross-selling products; productIds separated by ”,”.Text
e:eaneanProduct labeling for commercial articles.Text
e:old_priceoldpriceOld price (if reduced, current is in price).doublerequiredrequired
e:gendergenderIndicates gender for which product is intended.Text
e:seasonseasonSeason of the product.Text
e:salesaleIndicates whether the product is on sale.boolean

Legend:

IconMeaning
requirednecessary
requiredepoq recommends
(blank)optional
XML tagCSV columnDeclarationData typeepoq Search/Adviseepoq Inspire/Connect
g:idproductIdA clear identification of the content.Textrequiredrequired
titlenameThe name of the content.Textrequiredrequired
linkproductUrlThe absolute URL to the content detail page.URLrequiredrequired
descriptiondescriptionThe description of the content.Textrequiredrequired
short_descriptionshortDescriptionThe short description of the content.Textrequiredrequired
tagstagsA list of compatible content, separated by ”,”.Textrequiredrequired
g:image_linksmallImageThe absolute URL to the (small) content image. We recommend providing the images all in a uniform size.URLrequiredrequired
g:product_typecategoryThe category of the content. Subcategories can be clarified by ”>”. How to specify multiple categoriesTextrequiredrequired
e:recommendablerecommendableIndicates whether the content should appear in the epoq recommendations.Textrequired
e:large_imagelargeImageThe absolute URL to a large content image.URL
e:locakeylocaKeyDefines the language of the entry if the catalog is available in several languages. (e.g. en).Text
publishedpublishedDate of publication.intrequiredrequired
updatedupdatedTime of the last update.int
authorauthorName of the content author.Text

Legend:

IconMeaning
requirednecessary
requiredepoq recommends
(blank)optional

If you need other attributes than the predefined ones, this is no problem. You can pass them yourself according to the guidelines of XML and CSV. The following points show how other attributes can be transferred.

With the XML format you can simply pass them in the custom namespace “c:” in the following form:

Catalog format XML

<c:engine type="string">2.5l TDI</c:engine>

Here the data type is variable. Integers, boolean values or others can be transmitted in the same way.

With CSV format you can simply add an additional column:

Catalog format CSV

productId;name;productUrl;price;smallImage;engine3435x5;CarAB;www.epoq.de/cars?foo;14999.99;2.5l TD

The new attribute name in the header and the corresponding values in the following lines must be added.