Closed
Description
Preconditions
- Magento 2.2.2
- CSV file with columns [sku], [additional_images] and one row of values
- Current images of sku is A, B, C, D.
- My CSV file contains images A, B, E, F, G
Steps to reproduce
- Create CSV file
- First column is sku with one existing sku in catalog.
- Second column is additional_images with comma separated values of relative path.
- Import file into Magento with Add/Update Import Behavior.
Expected result
- Images of the sku should be A, B, E, F, G. (The images I have in my CSV file).
Actual result
- Images of the sku are A, A, B, C, D, E, F, G. All the images got appended to the product.
I know there is a Import Behavior of Replace but that recreates the whole item. Is there a way to do so without recreating the item?
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done