cancel
Showing results for 
Search instead for 
Did you mean: 

Is it safe to remove records from inventory_reservations table.

Is it safe to remove records from inventory_reservations table.

A merchant has a lot of orders in Pending, Processing and On Hold state, this result in lot of quantity being reserved, as merchant don't want to process some of these orders due to some reason. Is it safe without any side-effect to remove the records reserved for such orders from the inventory_reservations table ?

Thanks!

1 REPLY 1

Re: Is it safe to remove records from inventory_reservations table.

It is generally not recommended to remove records from the inventory_reservations table as it may cause inconsistencies in the inventory management system. This table is used to keep track of the inventory reserved for specific orders and removing records may result in incorrect inventory levels and potentially cause problems with fulfilling other orders.

Instead of removing the records, it is recommended to cancel the orders or release the inventory reservations for the specific products. This will help to maintain the integrity of the inventory system and prevent any unintended consequences.