Image | ![]() |
EAN-13 | 0025274024620 ![]() |
UPC-A | 025274024620 ![]() |
Product Name | Vue! 48 Count Green Mountain Breakfast Blend Decaf Vue Pack For Keurig Vue Brewers |
Category | Food |
Short Description | Each |
Amazon.com | ![]() |
Price New | 55.45 US Dollars (curriencies) |
Binding | Misc. |
Features | 3 Boxes of 16 Count VUE Cups 48 Vue Cups Total Designed For Keurig Vue Brewers Only Will Not Work In Keurig K-Cup Brewers |
Long Description | Breakfast Blend Decaf is a Green Mountain classic, lively, and vibrant New England breakfast cup. Breakfast Blend Decaf offers a snappy, crisp, and citrusy Central American coffee matched with the sweetness, body, and depth of an Indonesian bean to create a wakeful blend that won't try to compete with your orange juice in terms of its brightness. |
Created | 07-01-2006 |
Modified | 04-28-2020 4:44:02pm |
MD5 | 026c84a46c2e66ee3a40a2853a2f0274 |
SHA256 | 29284f3e9a96e1f240b649db58054460a862c1454771632af575c2ef23bbdedf |
Search Google | by EAN or by Title |
Query Time | 0.0054550 |
Article of interest
The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.
Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.
<attribute> <field_name>product</field_name> <group_name>Over View</group_name> <title>Product Name</title> <data_type>varchar</data_type> <data_type_description>short text</data_type_description> <has_linked_text>0</has_linked_text> <has_linked_extra>0</has_linked_extra> </attribute>
In the above example you will find these elements:
- field_name - The unique name used to access this attribute.
- group_name - The name of the data group this field belongs to.
- title - The label we place on the screen when displaying this attribute to users.
- data_type - The database data type we are using to store this attribute.
- data_type_description - More infomation about the data type.
- has_linked_text - Some numeric fields have a text representation. We store the numeric value but if there is linked text, we use a lookup table to display that text instead of the number to the user.
- has_linked_extra - Some numeric fields have an extra text value that goes along with the number. We use a lookup table to display that text in addition to the number.
Hopefully, this helps you understand the data attributes you find in the data feed API.
Close