queryInventory

abstract fun queryInventory(products: Map<String, Productz.Type>): QueryResult<Map<String, Productz>>

Queries database for matching product ids and loads them into the inventory cache.

Parameters

products
  • key is the sku(product id), value is the product type