We need to clone a product in Akeneo 1.4 (only the SKU should change).
I've found a similar questions (1, 2) in the Akeneo forum, but no answer for the most interesting parts:
- clone product (PimCatalogProduct)
- clone product values list (PimCatalogProductValue) and attributes
- ...
Should I use ProductPropertyCopier
, ProductTemplateBuilder
, ... for this?
Do the target attributes already need to exists when using theProductPropertyCopier
?
Is there now in Akeneo 1.4 an easier way to clone a product?