Closed
Description
Description
SearchCriteria filters not working on a Product Attribute which is used while creating a Configurable Product.
Visibility filter applied to show only Visible products in product list.
Preconditions (*)
- Magento 2.4
- Enable 'Allow Anonymous Guest Access' from Store -> Configuration -> Services -> Magento Web API
Steps to reproduce (*)
- Create a Configurable Product
- GET : /rest/V1/products?searchCriteria[filterGroups][0][filters][0][field]=category_id&searchCriteria[filterGroups][0][filters][0][value]=33&searchCriteria[filterGroups][1][filters][0][field]=visibility&searchCriteria[filterGroups][1][filters][0][value]=2&searchCriteria[filterGroups][1][filters][0][conditionType]=eq&searchCriteria[filterGroups][1][filters][1][field]=visibility&searchCriteria[filterGroups][1][filters][1][value]=4&searchCriteria[filterGroups][1][filters][1][conditionType]=eq&searchCriteria[filterGroups][2][filters][1][field]=mycolor&searchCriteria[filterGroups][2][filters][1][value]=5431
Expected result (*)
- Must Return Parent Product with attribute "mycolor" is set
Actual result (*)
- No Items in the response
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Api" + "Catalog"Gate 2 Passed. Manual verification of the issue description passedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates original Magento version for the Issue report.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it