Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Muller,
The statement "TrackInventory = true" is only set the inventory should be tracked.
To set IsTracked for a variant of each warehouse, you have to use IInventoryService.Save(IEnumerable<InventoryRecord>).
Best regards
GiangTran
How to set Tracked and Is tracked properties of variant in inventory tab to true by default? I have set TrackInventory = true in SetDefaultValues method which makes only the first one checked.