webgriffe/SyliusAkeneoPlugin

Import/update Sylius product option values

lruozzi9 opened this issue · 0 comments

The Sylius product option values are imported/updated only with the product importer. But, if you change a label on the attribute used as variant axe you will never see the change reported in Sylius until you do not make any change to one of the products that belongs to that family variant. Instead, the attribute values are currently updated one time every hour. So, why not even the product options?

The AttributeOptions/Importer will be a good candidate to do this! What do you think @webgriffe/wg-devs?