Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing product images #22

Open
jrmain opened this issue Sep 14, 2024 · 0 comments
Open

Importing product images #22

jrmain opened this issue Sep 14, 2024 · 0 comments

Comments

@jrmain
Copy link

jrmain commented Sep 14, 2024

The process we previously used with Magento 1 for updating product images created product import files with only sku and image filename columns. The import file was created automatically based on the image files found in a folder. This worked perfectly.

Unfortunately, it looks like this won't work for Magento 2, because product name and product price are required in the import file. We don't have access to name or price when creating an import file based only on image filenames.

I'm currently able to programmatically import product data to Magento 2 by exporting CSV data from our POS system, and using FireGento_FastSimpleImport2_Demo's importcsv command to import the data to Magento 2. I had hoped I could use importcsv with product images as well, but as mentioned above, apparently name and price are required.

Has anyone else run into this problem? Any ideas for getting around it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant