Open
Description
Preconditions (*)
1.Magento 2.4-develop
2.Using Luma test sample data
3.Using Postman for REST API calls.
Steps to reproduce (*)
1.Simply create an order with a configurable product (i.e. a shirt size M color grey or something like that)
2.Make a REST API call to return that order/list of orders.
Expected result (*)
- Receive the API response for the order.
- The product I ordered is listed in the "Items" array and its "parent_item" attribute shows the original configurable product's data.
Actual result (*)
- The product I ordered is listed in the "Items" array and its "parent_item" attribute shows the child's "sku" attribute instead of the sku of the parent_item.
In other words it says that the parent's Sku is the same as the simple product sku which is simply not true, despite it having the correct "name" and "item_id" attribute values.
- Example info attached with what I am describing happening. File has comments on the lines I'm talking about.
bug.txt
Thank you!
Metadata
Metadata
Assignees
Labels
Gate 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 developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.