Product feed generator
hopi_product_feed_generatorTurn product rows into a platform-valid product feed: Meta (Facebook and Instagram) RSS 2.0, Google Merchant RSS 2.0, Atom 1.0 or generic RSS 2.0, using the g: namespace where the platform expects it. Each row is validated (required fields, price as 12.99 GBP, availability and condition values, http links, unique ids); rows that fail are skipped and listed. Returns the XML, counts and errors. Source: https://hopi.co.uk/product-feed-generator/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | Shop URL for the feed header (optional, must start with http:// or https://). | |
| rows | Yes | Product rows keyed by feed field name. Required per row: id, title, description, availability, condition, price, link, image_link, brand. Optional: sale_price, gtin, mpn, item_group_id, google_product_category, product_type, color, size, gender, age_group, shipping_weight, additional_image_link, quantity_to_sell_on_facebook. | |
| title | No | Feed title. Default Product feed. | |
| currency | No | ISO 4217 currency code for prices, for example GBP. Default GBP. | |
| platform | No | Feed format. Default meta. | |
| description | No | Feed description (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | ||
| items | Yes | ||
| errors | Yes | ||
| skipped | Yes | ||
| summary | Yes | ||
| currency | Yes | ||
| platform | Yes | ||
| rowsRead | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) |