Closed
Description
Preconditions (*)
- Magento 2.4-develop
- Create regular downloadable product, upload downloadable content
Steps to reproduce (*)
- Update product stock_item values using a PUT call. For example: {"product": {"sku": "Download1", "status": "1", "name": "Test Name", "price": "11.99", "type_id": "downloadable", "extension_attributes": {"stock_item": {"manage_stock": false}}}}
Expected result (*)
- The stock_item data would be updated and downloadable product links and samples are preserved since they're not included in the extension_attributes being sent in the update.
Actual result (*)
- After update product has no links to download content (no downloadable information). This is similar to Downloadable product links removal on update via API #15923 except that didn't resolve being able to post a subset of extension_attributes.
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.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.