New system logic for Shipped by Seller (SBS) orders, the system will now rollback the inventory if the SBS order gets voided.
Example:
- SKU 123 inventory = 10
- The customer places an order for SKU 123 of 2.
- SKU 123 inventory = 8
- Order gets voided
- System will rollback inventory 8 + 2 = 10
- SKU 123 inventory = 10