Image |  |
EAN-13 | 0030306178295  |
UPC-A | 030306178295  |
Product Name | Return of Sherlock Holmes, Vol. 2 - The Second Stain & The Six Napoleons |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | DVD |
Amazon.com | Buy on Amazon ~ B00008XS0U |
Model | 2222649 |
Price New | 7.00 US Dollars (curriencies) |
Price Used | 2.49 US Dollars (curriencies) |
IMDb |
|
Run Time | 110 minutes |
Aspect Ratio | 1.33:1 |
Cast | Edward Hardwicke, Harry Andrews, Jeremy Brett, Patricia Hodge, Stuart Wilson |
Run Time | 110 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 25 hundredths pounds (convert) |
Binding | Dvd |
Format | Multiple Formats, Color, NTSC |
Published | 06/24/2003 |
Run Time | 110 minutes |
Features | Factory sealed DVD |
Similar Items | 0683904526397: The Adventures Of Sherlock Holmes: Complete Series (4 Dvd Set) 0030306712994: Memoirs of Sherlock Holmes Collection 0030306717890: Casebook of Sherlock Holmes Collection 0030306178196: Return Of Sherlock Holmes: Musgrave 0030306178998: Return of Sherlock Holmes, Vol. 4 - The Devil's Foot / Silver Blaze / The Bruce Partington Plans 0030306178592: Return Of Sherlock Holmes:Priory 0030306752297: Sherlock Holmes Feature Film Collection 0030306178097: Return of Sherlock Holmes, Vol. 1 - The Empty House & The Abbey Grange 9780788603068: The Adventures Of Sherlock Holmes 0030306177328: Adventures of Sherlock Holmes - Vol. 2 The Crooked Man/ The Speckled Band 0030306706528: Adventures Of Sherlock Holmes #1 9786303418506: The Adventures Of Sherlock Holmes - A Scandal In Bohemia [Vhs] 9780788602047: The Adventures of Sherlock Holmes - Vol. 1: (A Scandal in Bohemia/ The Dancing Men/ The Naval Treaty/ The Solitary Cyclist) 9780788604690: Return of Sherlock Holmes, Vol. 1 - The Empty House & The Abbey Grange
|
Created | 07-01-2006 |
Modified | 05-11-2019 8:27:35pm |
MD5 | acd86d2f93ba239f3070a69759527ef7 |
SHA256 | 7bfa5a146b725d770cdb09149578014afd418c8e229f8b52860d3bc4ede1537a |
Search Google | by EAN or by Title |
Query Time | 0.0359979 |
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.