Image | ![]() |
EAN-13 | 8809116450813 ![]() |
Product Name | The Greatest Show on Earth (Import, All Regions) |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | 0.5 pounds |
Amazon.com | ![]() |
Price New | 15.88 US Dollars (curriencies) |
Cast | Cornel Wilde, James Stewart, Dorothy Lamour, Emmett Kelly |
Binding | Dvd |
Format | NTSC, Dolby, Full Screen, Color, Subtitled |
Published | 10/05/2017 |
Run Time | 150 minutes |
Long Description | The dramatic lives of trapeze artists, a clown, and an elephant trainer against a background of circus spectacle. |
Similar Items | 0024543873242: Cavalcade 80th Anniversary Edition Blu-Ray + DVD Combo 0883929151677: Great Ziegfeld 0883316127049: Big Circus 9780800178833: From Here to Eternity 0043396053199: From Here to Eternity 9780780021310: Hamlet 0037429128428: Hamlet 9780615655925: Ringling, The Last Laugh: This Is The Real Story Of The Ringling Brothers As Told By John Ringling, The Last Surviving Brother, In 1936. 9780790784229: Around the World in 80 Days (Two-Disc Special Edition) |
Created | 05-22-2010 |
Modified | 10-09-2017 8:39:10pm |
MD5 | 441caf656a41e31a0e16ff3fea7db770 |
SHA256 | 5ffd08ba2fb165f666b8d058a3386179ee8e6b9ab042ae770cf2f9ca49f931c3 |
Search Google | by EAN or by Title |
Query Time | 0.0168810 |
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