Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Allow to define query on getting inventory items

Choose a tag to compare

@hajoeichler hajoeichler released this 11 Mar 08:04
· 104 commits to master since this release

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.