How to remove product variations from the feed?

 

Removing product variation is similar or same as including parent products only in the feed. At times, you only need to list the parent products and remove the product variations from the product feed. Following the advanced command mentioned below helps in removing variations from the feed.

rule noVariations(*)

mapAttribute price to g:price

This will remove the variations and indicate each product as an individual.

After removing variation from the products, you’ll also need to make changes in the price so you need to map your local price attribute to the g:price attribute.

If you are confused or get some unexpected results while removing the product variation, please feel free to contact our support team.