Closed
Description
Preconditions (*)
- V:2.3.5, 2.4-develop
- Product API (catalogProductRepositoryV1)
Steps to reproduce (*)
- Configure all store view to run under one domain E.G: dev.test.
- Set one more Environment apart from default website/store/store view.
- E.G: IE
- Create product on all store view using postman or any other tool:
URL:rest/all/V1/products
BODY
{
"product": {
"sku": "test-1",
"name": "Test 1",
"attribute_set_id": 4,
"price": 10,
"status": 1,
"visibility": 4,
"type_id": "simple",
"weight": 100
},
"saveOptions": true
}
- Update product name for IE store view:
URL:rest/en-ie/V1/products
BODY:
{
"product": {
"sku": "test-1",
"name": "Test 1 changed",
},
"saveOptions": true
}
Expected result (*)
- When API for en-ie is sent I expect only product name changed/updated for that store view
Actual result (*)
- Instead all values previously sent for all store view have the checkbox unchecked and populated with the all store view data therefore this values cannot be updated using the all store views again
Thanks
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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”.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects critical data or functionality and forces users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
Type
Projects
Status
Done