We have a case where we have multiple stores - but we need to maintain the stock state globally per SKU.
To do this it seems we can implement our own implementation of Umbraco.Commerce.Core.Services.IStockService and replacing the default implementation with AddUnique().
Does anyone have any experience with this? Or words of warning?