getIngredients

suspend fun getIngredients(product: Product): Result<List<ProductIngredient>>

Return

a list of product ingredients (can be empty)