This repository was archived by the owner on May 28, 2023. It is now read-only.

Description
When MSI is enabled and no store view is passed in the request, it should get the default value from the configuration file.
However, the config attribute is config.msi.defaultStockId and the method is trying to access
config.defaultStockId in vuestorefront-api/src/api/stock.js
My Vue Storefront API version is 1.11.0 (latest) and it is connected to a magento v2.3 with MSI enabled.