Known issues
Price updates with cache on end applications
Price updates with cache on end applications
ID: 896520
Backlog
Published on 9/8/2023
•
Last update on 9/8/2023
Summary
The price modifications made on the account update almost real time on price APIs. However, checkout simulations take about 5min have the most updated price on the product due to cache. This is expected.
However, on end applications such as external affiliates or marketplace integrations like google shopping the prices can, sometimes, be delivered wrong.
This happens because the price module notifies all internal systems that the price was updated as soon as the action happens, not giving enough time for the end applications that consults checkout simulations to get the price without cache.
Simulation
- Update the price on a sku;
- Check on the bridge logs if the price sent to marketplace integrations was the must updated one or the old value.
Workaround
N/A