Wasm Directoryalpha
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

NameTypeDescription
aislestring
badgeslist​<string>
breadcrumbslist​<string>
generated-textoption​<string>
ids32
image-typestring
important-badgeslist​<string>
ingredient-counts32
ingredient-liststring
ingredientslist​<get-product-information-response-ingredients-item>
likesf64
nutritionget-product-information-response-nutrition
pricef64
servingsget-product-information-response-servings
spoonacular-scoref64
titlestring