Closed
Description
Preconditions
- Tested in Magento version: 2.1.4
Steps to reproduce
- Fresh install
- Make following REST request:
POST /rest/default/V1/products/attributes/manufacturer/options
with following Body:
{
"option": {
"label": "Manufacturer 1"
}
}
Expected result
One of following:
- The response Body should contain the ID of newly created option
- The response Header should contain the ID of newly created option
The reason is that external systems will usually remember the ID so that it can be later referenced (for example when the external system needs to delete that option later).
Actual result
- The response body contains just following string:
true
Metadata
Metadata
Assignees
Labels
USE ONLY for FRAMEWORK RELATED BUG! E.g If bug related to Catalog WEB API use just CatalogGate 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.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release