ShopteraShoptera

Supported Feed Formats

Shoptera auto-detects your feed format and maps fields to a unified structure. No manual mapping needed — here's what we recognize.

Shoptet / Heureka / Zboží (XML)

docsPages.formats.shoptetText

<SHOP> <SHOPITEM> <ITEM_ID>123</ITEM_ID> <PRODUCTNAME>Notebook Lenovo IdeaPad</PRODUCTNAME> <EAN>8596325441234</EAN> <PRICE_VAT>15990</PRICE_VAT> <CATEGORYTEXT>Electronics > Notebooks</CATEGORYTEXT> </SHOPITEM> </SHOP>

Google Merchant (XML)

docsPages.formats.googleText

<item> <g:id>123</g:id> <g:title>Lenovo IdeaPad Notebook</g:title> <g:gtin>8596325441234</g:gtin> <g:price>15990 CZK</g:price> </item>

CSV / TSV

First row must be headers. We look for columns like: id, title, description, price, gtin/ean, brand, image_link, category.

JSON

Array of objects with the same field names as CSV headers.

You don't need to transform or pre-process your feed. Connect it as-is and Shoptera handles the format differences — whether it's a Shoptet XML, a Shopify CSV, or a custom JSON API.