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