For shops

List your products on Olfactiv

Your products show up in the price comparison, next to each perfume's page. Shoppers tap “Buy now” and land directly on the product page in your shop.

1

Create a seller account

Enter your company details, shop address and product feed link.

2

We review your shop

We check the company, invoicing, returns and product origin, usually within 1–2 business days.

3

Show up in the comparison

We read your feed several times a day and match each perfume by EAN.

Plan
Free during launch

Listing is free for now. We'll let you know well in advance before anything changes.

Create a seller account →

Where to find your feed link

We use the standard Google Shopping feed (XML or CSV). If you already have one for Google, it's the same link.

Google ShoppingWooCommerce

A Google Shopping feed plugin (for example CTX Feed) generates an .xml link you paste into your account.

Google ShoppingShopify

A Google feed app from the Shopify App Store gives you the public feed link.

Google ShoppingPrestaShop

The Google Shopping export module generates the feed link.

Google ShoppingGomag

In the panel, under feed exports, pick the Google feed and copy the link.

Google ShoppingMerchantPro

The Google feed is generated from the MerchantPro panel.

Google ShoppingCustom site

Generate an XML file following the example below and send us its link.

Required feed fields

FieldWhat it holds
g:gtinThe EAN barcode on the box, 13 digitsrequired
g:titleProduct namerequired
g:priceFinal price incl. VATrequired
g:availabilityin_stock or out_of_stockrequired
g:linkDirect link to the productrequired
g:sale_priceSale price, if any

Example feed

<!-- https://magazinul-tau.ro/feed/google.xml -->
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
 <channel>
  <item>
   <g:gtin>6291107456485</g:gtin>
   <g:title>Rave Now Eau de Parfum 100ml</g:title>
   <g:price>115.00 RON</g:price>
   <g:sale_price>99.00 RON</g:sale_price>
   <g:availability>in_stock</g:availability>
   <g:link>https://magazinul-tau.ro/rave-now-100ml</g:link>
  </item>
 </channel>
</rss>

Rules

Create a seller account →