Image | ![]() |
EAN-13 | 9786300216747 ![]() |
Product Name | Three Days of the Condor [VHS] |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 7.95 US Dollars (curriencies) |
Price Used | 1.95 US Dollars (curriencies) |
Rating | R - Restricted |
IMDb | ![]() |
Run Time | 117 minutes |
Cast | Cliff Robertson, Faye Dunaway, John Houseman, Max von Sydow, Robert Redford |
Director | Sydney Pollack |
Genre | MYSTERY,THRILLER |
Run Time | 117 minutes |
Binding | VHS Tape |
Release Year | 1975 |
Format | Color, NTSC |
Published | 11/30/1986 |
Run Time | 117 minutes |
Long Description | A mild mannered CIA researcher, paid to read books, returns from lunch to find all of his co-workers assassinated. "Condor" must find out who did this and get in from the cold before the hitmen get him. |
Similar Items | 0085391573432: All the President's Men [VHS] 9780790743295: The Big Sleep (Prerelease Version) [VHS] 9786300247116: Silver Streak 0012569552739: Casablanca 9780790727233: Dial M for Murder 0097360173635: Witness (Vhs) 0097360877434: Death Wish 9780790730790: Jeremiah Johnson [Vhs] 0097360846935: The Great Gatsby 9781558805330: Electric Horseman [VHS] 9780784001295: Literary Masterpieces: The Count of Monte Cristo [VHS] 9786300215788: The Carpetbaggers [VHS] |
Created | 11-07-2013 9:31:34am |
Modified | 04-27-2018 12:16:37am |
MD5 | 37ec4363298ac61d25345c420ce17453 |
SHA256 | 417273fad7f1645a1694e6f3fd0c548782b08d5ab550777909d5893d78dc9eff |
Search Google | by EAN or by Title |
Query Time | 0.0273299 |
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