CatalogApi v0.0.7 CatalogApi.Item View Source

Defines the CatalogApi.Item struct and functions which are responsible for parsing items from CatalogApi responses.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %CatalogApi.Item{
  brand: term(),
  catalog_item_id: term(),
  catalog_price: term(),
  categories: term(),
  currency: term(),
  has_options: term(),
  image_150: term(),
  image_300: term(),
  image_75: term(),
  model: term(),
  name: term(),
  options: term(),
  original_points: term(),
  original_price: term(),
  points: term(),
  rank: term(),
  retail_price: term(),
  shipping_estimate: term(),
  tags: term()
}

Link to this section Functions

Link to this function extract_items_from_json(arg1) View Source