Image | ![]() |
EAN-13 | 0683904522436 ![]() |
UPC-A | 683904522436 ![]() |
Product Name | The Marrying Man |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | DVD |
Amazon.com | ![]() |
Price New | 39.99 US Dollars (curriencies) |
Price Used | 2.99 US Dollars (curriencies) |
Rating | R - Restricted |
IMDb | ![]() |
Run Time | 115 minutes |
Cast | Kim Basinger, Alec Baldwin, Robert Loggia, Elisabeth Shue |
Director | Jerry Rees |
Genre | COMEDY,MUSIC,ROMANCE |
Run Time | 115 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 15 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 1991 |
Format | Multiple Formats, Color, NTSC, Surround Sound |
Run Time | 115 minutes |
Long Description | Rich playboy Charley Pearl meets Vicki Anderson, singer at a nightclub in Las Vegas. But she's a gangster's-moll, Bugsy Siegel's, and when he finds the two of them in bed, he forces them to marry each other. Charley was going to marry his girlfriend but when she finds out about him and Vicki, she leaves him. And Vicki doesn't seem to be his kind of woman at all... |
Similar Items | 9786305308836: Final Analysis 9780767809726: No Mercy 0883929084333: 9 1/2 Weeks 0794043672521: Heaven's Prisoners 0720616110527: Marrying Man (Film Sndtrk) 03/19/96 0086162104268: Edge 0085391224327: Final Analysis 0043396837591: No Mercy 0027616854780: Malice 0025192026928: Getaway 0024543215417: L.a. Confidential 0024543050308: Edge 0014381682021: Blind Date |
Created | 04-17-2012 8:05:39pm |
Modified | 05-26-2018 10:30:10pm |
MD5 | 353a694a81fe0aa0b00658778fd3303d |
SHA256 | 70ea9a6e8d661150fdd9a86bc5d07e72e680c872207341372e8047ab5d42d4f4 |
Search Google | by EAN or by Title |
Query Time | 0.0309081 |
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