Image | ![]() |
EAN-13 | 5060049140339 ![]() |
Product Name | The Three Musketeers |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price Used | 13.52 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
IMDb | ![]() |
Run Time | 106 minutes |
Aspect Ratio | 1.78:1 |
Cast | Oliver Reed, Raquel Welch, Richard Chamberlain |
Director | Richard Lester |
Genre | ACTION,ADVENTURE |
Run Time | 106 minutes |
Binding | Dvd |
Release Year | 1973 |
Format | PAL |
Run Time | 106 minutes |
Long Description | France, 17th century. A young man, d'Artagan, sets out for Paris with the aim of joining the elite Musketeers. There he first antagonises then befriends the three greatest Musketeers - Athos, Porthos and Aramis. He is also drawn into a plot by the scheming Cardinal Richelieu to undermine the Queen of France and the English Duke of Buckingham. |
Similar Items | 9780792839132: The Man In The Iron Mask 9780783226033: Spartacus 0883929153473: Adventures of Robin Hood 0720917503028: Four Musketeers 0043396061873: Inside: 'Dr. Strangelove Or How I Learned To Stop Worrying And Love The Bomb' 0024543131311: Hush...Hush, Sweet Charlotte 0012569795099: Three Musketeers 0012569591424: Captain Blood |
Created | 04-28-2016 10:19:54pm |
Modified | 03-02-2022 1:14:00am |
MD5 | aa8b3431e70b5c53502040b624343641 |
SHA256 | 2cf9bb91cf5977749ca25c8f86c5d1095e2afe182aa678c7442a3b0d21de4a32 |
Search Google | by EAN or by Title |
Query Time | 0.0248389 |
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