Automatic update of selling prices based to the latest purchase price?

How to automatically update the item selling price based on the latest buying price?

Hmm :thinking:

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.