Closed
Description
Preconditions
- Magento 2.2.3/2.2.4
- Create regular downloadable product, upload downloadable content
Steps to reproduce
- Update downloadable product via REST API with call: PUT rest/V1/products/{sku}:
{
"product": {
"name": "BasicBeginner's Yoga (updated)"
}
}
Expected result
- Product attributes specified in request updated, other data remain unchanged
Actual result
- After update product has no links to download content (no downloadable information).
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Webapi" + "Catalog"The issue has been fixed in 2.2 release lineGate 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 developmentThe issue has been reproduced on latest 2.3 release