This repository was archived by the owner on Mar 10, 2021. It is now read-only.
Allow to define query on getting inventory items
The function InventoryUpdater.initMatcher now takes a queryString as paramter in order to allow you to not always get all inventory items but query for specific ones. The default remains limit=0, which means it queries all entries.
Further there are two fixes in the ProductSync that ensure better handling of SameForAll constrained attributes and variant creations.