Hello. I've created some product via rest api. I've noticed that the product informations are corrent in the frontend but in the admin page they aren't. The other strange thing is that if I change the info of a product(for example some attributes or even the title) in the admin page the product doesn't change in the frontend. I've already tried to refresh the cache.
Any idea?
Hello @Miroir Studio ,
After changing anything in product details, run below command :
php bin/magento indexer:reindex
php bin/magento cache:flush
hope it helps !
Unfortunately it dind't worked. The informations still mismatch.