Record
search-grocery-products-by-upc-response
No description available.
record search-grocery-products-by-upc-response {
badges: list<string>,
breadcrumbs: list<string>,
generated-text: string,
id: s32,
image-type: string,
important-badges: list<string>,
ingredient-count: option<s32>,
ingredient-list: string,
ingredients: list<search-grocery-products-by-upc-response-ingredients-item>,
likes: f64,
nutrition: search-grocery-products-by-upc-response-nutrition,
price: f64,
servings: search-grocery-products-by-upc-response-servings,
spoonacular-score: f64,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| badges | list<string> | |
| breadcrumbs | list<string> | |
| generated-text | string | |
| id | s32 | |
| image-type | string | |
| important-badges | list<string> | |
| ingredient-count | option<s32> | |
| ingredient-list | string | |
| ingredients | list<search-grocery-products-by-upc-response-ingredients-item> | |
| likes | f64 | |
| nutrition | search-grocery-products-by-upc-response-nutrition | |
| price | f64 | |
| servings | search-grocery-products-by-upc-response-servings | |
| spoonacular-score | f64 | |
| title | string |