Image | ![]() |
EAN-13 | 5039036004121 ![]() |
Product Name | The Abyss |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
SKU | MSE5039036004121 |
Price New | 152.31 US Dollars (curriencies) |
Price Used | 0.98 US Dollars (curriencies) |
Rating | PG-13 - Parents Strongly Cautioned |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 140 minutes |
Aspect Ratio | 2.35:1 |
Cast | Ed Harris, Mary Elizabeth Mastrantonio, Michael Biehn |
Director | James Cameron |
Genre | ADVENTURE,DRAMA,MYSTERY |
Run Time | 145 minutes |
Weight | 40 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 1989 |
Format | NTSC, Anamorphic, Closed-captioned, Dolby, Digital Sound |
Run Time | 145 minutes |
Long Description | Formerly married petroleum engineers who still have some issues to work out. They are drafted to assist a gung-ho Navy SEAL with a top-secret recovery operation: a nuclear sub has been ambushed and sunk, under mysterious circumstances, in some of the deepest waters on Earth. |
Similar Items | 9780792187158: The Hunt For Red October 0883929083916: Contact 0883929064380: Sphere 0717951008398: Mission To Mars 0097360564044: Hunt for Red October 0043396167698: Close Encounters/Starman 0012236116042: Deep Star Six |
Created | 03-24-2013 1:13:09pm |
Modified | 07-02-2023 12:09:08am |
MD5 | 278713062a795edff9bfcea8ee715948 |
SHA256 | ac597af5d7e61dfa23f6b7df5d902a82ae68b91b74706bffce9cce42266d41ac |
Search Google | by EAN or by Title |
Query Time | 0.0232961 |
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