getProducts

abstract fun getProducts(type: Productz.Type?, promo: Productz.Promotion?): Map<String, Productz>

Return a list of validated products from the inventory. Narrow your search results by providing both or either parameters.

See also