Nik Product Feeds UA — Live sample

This is exactly what Nik Product Feeds UA generates from a WooCommerce catalogue — a real fragment of each feed, one product shown as it reaches every platform. A variable product exports one entry per variation, grouped under its parent, with its own price, image, stock and identifiers.
Google Merchant
RSS 2.0 with the Google namespace. Variations grouped by item_group_id; GTIN/MPN/brand and identifier_exists handled the way Google expects.
<item>
<g:id>MT-TEE-BIL-S</g:id>
<g:title>Футболка Base — Білий, S</g:title>
<g:link>https://shop.ua/product/futbolka-base/?attribute_pa_kolir=bilyi&attribute_pa_rozmir=s</g:link>
<g:image_link>https://shop.ua/wp-content/uploads/tee-white.jpg</g:image_link>
<g:availability>in_stock</g:availability>
<g:price>690.00 UAH</g:price>
<g:sale_price>590.00 UAH</g:sale_price>
<g:brand>Base</g:brand>
<g:condition>new</g:condition>
<g:item_group_id>460</g:item_group_id>
<g:color>Білий</g:color>
<g:size>S</g:size>
</item>
Meta (Facebook / Instagram)
The same catalogue tuned for Meta — availability wording with spaces and quantity_to_sell_on_facebook from managed stock.
<item>
<g:id>MT-TEE-BIL-S</g:id>
<g:title>Футболка Base — Білий, S</g:title>
<g:availability>in stock</g:availability>
<g:condition>new</g:condition>
<g:price>690.00 UAH</g:price>
<g:sale_price>590.00 UAH</g:sale_price>
<g:link>https://shop.ua/product/futbolka-base/</g:link>
<g:image_link>https://shop.ua/wp-content/uploads/tee-white.jpg</g:image_link>
<g:brand>Base</g:brand>
<g:quantity_to_sell_on_facebook>12</g:quantity_to_sell_on_facebook>
</item>
Rozetka
A YML price list. On sale, price is the current price and price_old the pre-discount one; categories, params, vendor code and stock included.
<offer id="MT-TEE-BIL-S" available="true">
<url>https://shop.ua/product/futbolka-base/</url>
<price>590.00</price>
<price_old>690.00</price_old>
<currencyId>UAH</currencyId>
<categoryId>28</categoryId>
<picture>https://shop.ua/wp-content/uploads/tee-white.jpg</picture>
<vendor>Base</vendor>
<vendorCode>MT-TEE-BIL-S</vendorCode>
<stock_quantity>12</stock_quantity>
<name>Футболка Base — Білий, S</name>
<param name="Колір">Білий</param>
<param name="Розмір">S</param>
</offer>
Prom.ua
YML with Ukrainian name_ua / description_ua, quantity_in_stock, keywords and group_id grouping.
<offer id="MT-TEE-BIL-S" available="true" group_id="460">
<name>Футболка Base — Білий, S</name>
<name_ua>Футболка Base — Білий, S</name_ua>
<price>590.00</price>
<currencyId>UAH</currencyId>
<categoryId>28</categoryId>
<picture>https://shop.ua/wp-content/uploads/tee-white.jpg</picture>
<vendor>Base</vendor>
<vendorCode>MT-TEE-BIL-S</vendorCode>
<quantity_in_stock>12</quantity_in_stock>
<param name="Колір">Білий</param>
<keywords>футболка, base</keywords>
</offer>
How it works
- Copy the feed URL from the plugin.
- Paste it into Google Merchant, Meta, Rozetka or Prom.ua as a scheduled / URL import.
- The plugin keeps the file fresh; the platform re-fetches it on its own schedule.
We use cookies and similar technologies for site analytics and advertising (Google, Meta). Choose whether to allow them. Privacy policy
