Open
Description
Preconditions (*)
- Magento version 2.3.3
- Using REST API calls
Steps to reproduce (*)
- Create a quote for a user if they do not have one.
- Add a few items item to the shopping cart using POST
carts/{quoteId}/items
- Delete all items in quick succession using DELETE
carts/{quoteId}/items
- Get the cart using GET
carts/{quoteId}
Expected result (*)
- The cart should be empty and items_qty should be 0
- The cart should be empty and items_count should be 0
Actual result (*)
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Api" + "Catalog"Gate 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.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it