There is one scenario like update qty in every second i mean real time update, how to do that. Currently using API to get data from source and update the qty every midnight. How to achieve real time update without affecting the site performance
Hi @jeevarathi8477 ,
Could you please elaborate on why you need to perform that action in real-time? I’ve encountered a similar requirement in the past, and to simplify the process, we validated stock availability by making a real-time request to the source system just before placing the order. On the frontend, we simply displayed whether the product was in stock or not, without updating quantities in real-time. But in our case product visibility on frontend not dependent on available stock so this solution worked for us.
Problem Solved? Accept as Solution!
Thanks,
Ankit
If you are seeking a solution to manage quantity increments similar to quick commerce, mobile apps and websites can help.
This can be customized within Adobe Commerce.
Keep in mind that this solution may require some adjustments based on your specific system requirements.