Image | ![]() |
EAN-13 | 0083717500216 ![]() |
UPC-A | 083717500216 ![]() |
Product Name | Castlevania: Harmony of Dissonance |
Language | English |
Category | Electronics / Photography: Computer/Console Game |
Short Description | Weight:0.19 pounds |
Amazon.com | ![]() |
Price New | 239.99 US Dollars (curriencies) |
Price Used | 24.79 US Dollars (curriencies) |
Genre | Action Video Games |
Width | 4 inches (convert) |
Height | 10 inches (convert) |
Length | 8 inches (convert) |
Weight | 31 hundredths pounds (convert) |
Binding | Video Game |
Features | Lead Juste Belmont into the castle on a search for Dracula relics RPG elements allow gamers to 'level up' during gameplay |
Long Description | In Castlevania: Harmony of Dissonance, players take the role of Juste Belmont, a descendant of Simon Belmont. It has been nearly fifty years since Simon Belmont rescued the land from the curse of Dracula. Now it's Juste Belmont's turn as he must acquire the relics of Dracula left behind from the past in order to unravel the mysterious disappearance of his friend Lydie Erlanger. With a trusty whip at their side, players explore Dracula's castle under the cover of night collecting relics and learning powerful magic spells in their journey to find and rescue Lydie. |
Similar Items | 9780744002232: Castlevania Harmony of Dissonance / Contra Advance Official Strategy Guide 0083717500018: Castlevania: Circle Of The Moon |
Created | 07-01-2006 |
Modified | 04-29-2020 9:16:24am |
MD5 | 3c160a0a6cf797e23abb28a5bf51aaec |
SHA256 | 5f4bdfe773a4047a67d558ea3e2c40eba6e262260d590d2dc8da4115302c6de8 |
Search Google | by EAN or by Title |
Query Time | 0.0118890 |
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