Closed v11ncent closed 1 month ago
I was able to successfully import variants if I ran the import twice.
Hi, thanks for reporting! It looks like this was also reported here: https://github.com/craftcms/feed-me/issues/1525. I raised a PR for it.
Feed Me 6.4.1 is out with the Commerce Variant import fix.
Thank you!
Description
I'm following the documentation on importing product data via Feed Me into Craft Commerce: https://docs.craftcms.com/feed-me/v6/guides/importing-commerce-products.html.
I have a completely fresh install of CraftCMS, Craft Commerce, and Feed Me. All on their latest versions.
I've set up the feed according to the documentation and it successfully imports the products, but no variants are created:
Debugging it also shows that the variants are being mapped, but not created:
Steps to reproduce
products.json
from the documentation into the@root
.Additional info