UseSessionRegionAtCheckout doesn't work properly when adding the first item to the cart
ID: 925049
Backlog
Published on 10/24/2023
•
Last update on 10/26/2023
Summary
If an account has the toggle 'UseSessionRegionAtCheckout' configured, when adding an item and the orderForm has no 'shippingData', the seller is not set, showing different prices and availability.
Simulation
- The account must be using UseSessionRegionAtCheckout;
- Set a regionId in the session;
- Add an item to the cart; it may show different prices and availability.
Workaround
Refresh the orderForm (API Get current or create a new cart) using the parameter ?refreshOutdatedData=true
.