Closed
Description
Preconditions (*)
- Magento 2.3.3
- PHP 7.2.22
- nginx/1.10.3
Steps to reproduce (*)
- Send a post request to the endpoint /rest/V1/customers
- In the payload send an invalid group_id (by default Magento has the ids: 0, 1, 2, 3)
- (optional) Another strange thing is that we can send the request to create a customer without password and the api creates the register.
- Example of Request:
Expected result (*)
- Should throws an Exception informing that the group_id are not found
Actual result (*)
- It's creates the client record successfully
- The client can't see products or add products to the quote
- https://www.loom.com/share/bf9c71c78bd6427b9537285c6064eb80
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Webapi" + "Catalog"The issue has been fixed in 2.4-develop branchGate 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.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.Has been reviewed and prioritized during Triage with Product Managers
Type
Projects
Status
Done