How to automatically update the item selling price based on the latest buying price?
Hmm
You need to implement server logic to adjust the selling item price based on the scenario. First, you should determine how to retrieve the last purchase rate or buying price. Then, apply the logic accordingly.