Image | ![]() |
EAN-13 | 9786302360974 ![]() |
Product Name | Caine Mutiny [Vhs] |
Category | Book / Magazine / Publication |
Amazon.com | ![]() |
SKU | 1000 |
Price New | 3.87 US Dollars (curriencies) |
Price Used | 2.67 US Dollars (curriencies) |
Binding | Vhs Tape |
Long Description | Humphrey Bogart is heartbreaking as the tragic Captain Queeg in this 1954 film, based on a novel by Herman Wouk, about a mutiny aboard a navy ship during World War II. Stripped of his authority by two officers under his command (played by Van Johnson and Robert Francis) during a devastating storm, Queeg becomes a crucial witness at a court martial that reveals as much about the invisible injuries of war as anything. Edward Dmytryk ( Murder My Sweet , Raintree County ) directs the action scenes with a sure hand and nudges his all-male cast toward some of the most well-defined characters of 1950s cinema. The courtroom scenes alone have become the basis for a stage play (and a television movie in 1988), but it is a more satisfying experience to see the entire story in context. --Tom Keogh |
Similar Items | 9786301976954: White Heat [VHS] 9786301973472: Mutiny on the Bounty [VHS] 9786301965620: Bad & the Beautiful [VHS] 9786301505284: The African Queen [VHS] 9786300251014: Little Big Man [VHS] 9786300246867: The Desert Fox: The Story of Rommel 9786300182172: Jaws 2 [VHS] 9780800135768: On The Waterfront [Vhs] 9780792840039: The Bad and the Beautiful [VHS] 9780792835073: Westworld [VHS] 9780792110460: Will Penny [VHS] 9780790744254: Westworld 9780790727240: Bonnie & Clyde [VHS] |
Created | 03-06-2013 2:24:24am |
Modified | 05-01-2020 9:13:40pm |
MD5 | 07872cad46a029b2ed267c80a96b7f6d |
SHA256 | 2c9b51ff741811db6d0dd629455cb9f95e344a288a44729b2f1d9d4958948d3d |
Search Google | by EAN or by Title |
Query Time | 0.0690889 |
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