Image | ![]() |
EAN-13 | 0735366270155 ![]() |
UPC-A | 735366270155 ![]() |
Product Name | Lunar: The Silver Star |
Language | English |
Category | Electronics / Photography: Computer/Console Game |
Amazon.com | ![]() |
SKU | 2D-1QDK-JA7G |
Model | T-127015 |
Price Used | 76.49 US Dollars (curriencies) |
Genre | Role Playing Games |
Width | 5.6 inches (convert) |
Height | 0.8 inches (convert) |
Length | 8.1 inches (convert) |
Weight | 40 hundredths pounds (convert) |
Binding | Video Game |
Long Description | Complete with disc(s), official case, artwork, and manual. Case, artwork, and manual may show light wear. Disc(s) are professionally cleaned. Guaranteed functional or replacement. |
Similar Items | 0852961008027: Code of Princess EX - Nintendo Switch 0804551664076: Sega Genesis 1 Standard AV Cable (Bulk Packaging) 0797734023794: Sega Genesis 1 Standard Av Cable 0735366270452: Lunar II: Eternal Blue for Sega CD 0020626436045: Rise Of The Dragon (Sega Cd, 1992) 0010086770858: Valkyria Chronicles 4: Memoirs From Battle Edition - Nintendo Switch 0010086046557: Advanced Dungeons & Dragons: Eye Of The Beholder 0010086044126: The Amazing Spiderman Vs. The Kingpin 0010086044072: Sonic Cd (Sega Cd, 1993) Game |
Created | 07-01-2006 |
Modified | 08-05-2018 12:33:13pm |
MD5 | a72b7536d60dd28e653e87e2c9ae4369 |
SHA256 | b94e02493caaa8a5695cf4649052f881c6998f505598a5a078841930e48bc6f2 |
Search Google | by EAN or by Title |
Query Time | 0.0316861 |
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