- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento 2 Test products
Hi I am developer working on Magento API.
I need to populate my Magento Test store with Test products having an images.
Can anyone please give me the followings.
1. A csv file consisting of products data and path to images.
2. A folder consisting of images used in the above csv file.
I will directly import the csv file and will upload the images to Magento Manually.
This will make my store to be populated with test products and images.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 Test products
@alithedesie307SASSA Status wrote:
Hi I am developer working on Magento API.
I need to populate my Magento Test store with Test products having an images.
Can anyone please give me the followings.
1. A csv file consisting of products data and path to images.
2. A folder consisting of images used in the above csv file.
I will directly import the csv file and will upload the images to Magento Manually.
This will make my store to be populated with test products and images.
Thanks
You can create a CSV file with product data, including paths to the image files. For images, you should upload them manually to the Magento media folder and ensure the CSV file contains the correct path to each image. This will allow you to import products and link the images accordingly. Hope! it would be helpful.