Image | ![]() |
EAN-13 | 9781417041794 ![]() |
Product Name | An American Tail Family Double Feature |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | Weight:0.28 pounds |
Amazon.com | ![]() |
SKU | 0025192709821 |
Price New | 4.98 US Dollars (curriencies) |
Price Used | 1.50 US Dollars (curriencies) |
Rating | G - General Audiences |
IMDb | ![]() |
Run Time | 157 minutes |
Aspect Ratio | 1.33:1 |
Cast | Amy Irving, Christopher Plummer, Dom DeLuise, James Stewart, Madeline Kahn |
Genre | Kids & Family |
Run Time | 157 minutes |
Width | 5.75 inches (convert) |
Height | 0.53 inches (convert) |
Length | 7.75 inches (convert) |
Weight | 28 hundredths pounds (convert) |
Binding | Dvd |
Format | Multiple Formats, Animated, Closed-captioned, Color, NTSC |
Run Time | 157 minutes |
Long Description | From Steven Spielberg's Amblin Entertainment come the adventures of Fievel, one of the most endearing animated characters ever created. In this thrilling adventure, the courageous little mouse braves the strange new world to find his family.And the fun continues when Fievel joins forces with famed lawdog Wylie Burp to thwart a plot to transform unsuspecting settlers into mouseburgers! Filled with humor, adventure and action, these heartwarming tales are fun for the entire family. |
Similar Items | 9780788845581: Brave Little Toaster 9780788821233: A Goofy Movie 0796019805636: Reef 0786936844290: Ducktales The Movie Treasure Of The Lost Lamp 0786936190991: Honey, I Shrunk the Kids 0717951008435: A Goofy Movie 0078693682278: Rescuers 0043396145412: Stuart Little Movie Collection 0025192277368: Animal Friends 8-Movie Collection 0024543032984: Ferngully - The Last Rainforest |
Created | 07-19-2013 10:25:25pm |
Modified | 08-26-2018 6:45:48pm |
MD5 | 55024d870edb15cb16a029f77281a7fd |
SHA256 | abb0c7eee259eb8afa0550771ff6b394ab1f83ff5e03cc2b54d70c51a1dada8e |
Search Google | by EAN or by Title |
Query Time | 0.0291071 |
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