You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With our recent updates to the inventory system (#4859), we should rename inventoryQuantity to inventoryInStock to provide a better descriptive name, as well as to match our Products and Catalog schema names.
Possible Solution
Find/Replace all instances of inventoryQuantity with inventoryInStock.
Add a migration to change the name of these fields
Make sure inventory in app works as expected
The text was updated successfully, but these errors were encountered:
Issue Description
With our recent updates to the inventory system (#4859), we should rename
inventoryQuantity
toinventoryInStock
to provide a better descriptive name, as well as to match ourProducts
andCatalog
schema names.Possible Solution
inventoryQuantity
withinventoryInStock
.The text was updated successfully, but these errors were encountered: