Image | ![]() |
EAN-13 | 0096009022617 ![]() |
UPC-A | 096009022617 ![]() |
Product Name | Fortress |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 49.75 US Dollars (curriencies) |
Price Used | 33.63 US Dollars (curriencies) |
Rating | R - Restricted |
Run Time | 95 minutes |
Aspect Ratio | 1.85:1 |
Cast | Christopher Lambert, Kurtwood Smith, Lincoln Kilpatrick, Loryn Locklin |
Run Time | 95 minutes |
Width | 5.25 inches (convert) |
Height | 0.3 inches (convert) |
Length | 6.5 inches (convert) |
Weight | 20 hundredths pounds (convert) |
Binding | Blu-ray |
Format | Multiple Formats, Blu-ray, NTSC, Widescreen |
Run Time | 95 minutes |
Long Description | The year is 2017. The first child is yours. The second is "theirs." After losing their first baby, John and Karen Brennick dare to have another. Caught trying to cross the border, the ex-war hero and his pregnant wife are sentenced to a sadistic futuristic prison buried 33 stories beneath the Earth. Computers control inmates' bodies and minds, and newborn infants are being used to create a new breed of human robots. No one has ever gotten out alive. But not even the most overwhelming technology can extinguish one man's passionate love for his wife and child. |
Similar Items | 0786936826708: Judge Dredd 0760137077787: Nemesis 0683904633835: Karate Kid 3 & The Next Karate Kid - Double Feature 0683904633569: Who's Harry Crumb? - Retro VHS Style 0683904633552: Sheena - Retro VHS Style 0191329081808: Halloween 0031398294139: Maximum Overdrive 0031398274131: Valerian and the City of A Thousand Planets 0031398163763: Dredd [3d Blu-Ray + Digital Copy + Ultraviolet] 0024543284185: A Cure For Wellness View 11 more similar items |
Created | 03-28-2013 6:33:22am |
Modified | 04-29-2020 11:20:01am |
MD5 | 7b299dd1c4f547e5801bfda8c651dea9 |
SHA256 | 415369d989bbebcb689dd8b4cea6c697d69d90059edc66b9102778519d6b008d |
Search Google | by EAN or by Title |
Query Time | 0.0301042 |
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