Image | ![]() |
EAN-13 | 0032429256966 ![]() |
UPC-A | 032429256966 ![]() |
Product Name | Galaxy Quest |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 5.99 US Dollars (curriencies) |
Price Used | 7.99 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
Run Time | 102 minutes |
Cast | Alan Rickman, Sam Rockwell, Sigourney Weaver, Tim Allen, Tony Shalhoub |
Genre | COMEDY |
Run Time | 102 minutes |
Width | 5.3 inches (convert) |
Height | 0.35 inches (convert) |
Length | 6.75 inches (convert) |
Weight | 15 hundredths pounds (convert) |
Binding | Blu-ray |
Format | AC-3, Dolby, Dubbed, Subtitled, Widescreen |
Run Time | 102 minutes |
Features | Shrink-wrapped |
Long Description | The stars of a 1970s sci-fi show - now scraping a living through re-runs and sci-fi conventions - are beamed aboard an alien spacecraft. Believing the cast's heroic on-screen dramas are historical documents of real-life adventures, the band of aliens turn to the ailing celebrities for help in their quest to overcome the oppressive regime in their solar system. |
Similar Items | 0032429258465: Truman Show 0032429258021: School of Rock 0032429256591: Clue 0031398204817: Stargate 0025192369841: Ghost and Mr. Chicken 0025192141348: Mystery Men 0025192019975: Last Starfighter 0024543808619: Poseidon Adventure 0024543461913: Deadpool 2 0024543215622: Man Who Knew Too Little, The Blu-ray View 18 more similar items |
Created | 04-22-2018 12:08:55am |
Modified | 06-05-2019 4:32:07pm |
MD5 | 3e20c0be582bf6095c9d8461ff74ce56 |
SHA256 | 186130ab7125c5352d9dec0c006ee8961a94688a7ac04a15e1aa3d5fa41de4c3 |
Search Google | by EAN or by Title |
Query Time | 0.0130599 |
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