Open
Description
Preconditions and environment
- Magento version 2.4.7-p3
- Product bulk API - Run
bin/magento queue:consumers:start async.operations.all
Steps to reproduce
- Post a product with one image using BASE64 format option on BULK API endpoint rest/all/async/bulk/V1/products
- Go to the product in the admin.
- See that 1 image is imported.
- Post the same request again
- See that the same image is added twice
Expected result
Existing image to be overridden.
Actual result
Image is duplicated
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.