Minicart Incorrect Item Values Due to Concurrent Requests with Stepper and More for Less Promotion
Store Framework
•
ID: 1185655
Backlog
Published on10/16/2025
 • 
Last updated on10/16/2025
1 min read
Summary
Checkout sync issue occurs when the minicart, using the stepper method (with the quantity selector set to the mode property as "stepper"), sends multiple requests. Items involved in a "Buy More Save More" promotion result in incorrect item values due to item splitting, causing multiple requests to be sent and leading to discrepancies in the checkout API response.
Simulation
- Add items eligible for the "Buy More Save More" promotion to the minicart.
- Ensure the quantity selector has the mode property set to "stepper".
- Use the stepper method to update the quantity of multiple items at once in the minicart.
- Observe that the item values returned by the checkout API are incorrect due to multiple requests being sent from the minicart after item splits.
Workaround
Use the quantity selector as default.