queryProduct

abstract fun queryProduct(sku: String, type: Productz.Type): QueryResult<Productz>

TODO: Implement cache-first strategy and boolean bypass parameter for it.