London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.