Open
Description
Preconditions and environment
- Magento version 2.4.5 and older
Steps to reproduce
- Open Postman
- Send request V1/attributeMetadata/customer/custom with parameter dataInterfaceName (posibles values: \Magento\Customer\Api\Data\CustomerInterface::class or \Magento\Customer\Api\Data\AddressInterface::class)
- Send request V1/attributeMetadata/customerAddress/custom with parameter dataInterfaceName (posibles values: \Magento\Customer\Api\Data\CustomerInterface::class or \Magento\Customer\Api\Data\AddressInterface::class)
Expected result
Filter data by dataInterfaceName.
Actual result
No filter data.
Additional information
In the line 93 of the file vendor/magento/module-customer/Model/Metadata/CachedMetadata.php, can see that the parameter it isn't implemented.
But the method its filtering by $this->entityType (depending on the requested service).
If the parameter its deprecated, modify the API REST documentation, please.
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
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 confirmedMay 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 branchIssue related to Developer Experience and needs help with Triage to Confirm or Reject it