Tier prices filtering in GraphQl - prices for different customer group but same quantity are not filtered out #29168
Labels
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Progress: done
Project: GraphQL
Execute this query, to search for product that already meets the pre-conditions below
products(search: "[Product-name]"){ items { price_tiers { final_price { currency value } quantity } } }
Preconditions, expected results and actual results, are all based on an example with colliding ALL CUSTOMER GROUPS with NOT LOGGED IN.
Nevertheless, the problem is still present when colliding ALL CUSTOMER GROUPS group with any other group.
Preconditions (*)
a. Website: All Websites, Group: All Groups, Quantity: 3, Price: Fixed, Value: 3
b. Website: All Websites, Group: Not Logged In, Quantity: 3, Price: Fixed, Value: 3.5
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: