Image | ![]() |
EAN-13 | 9781569384626 ![]() |
Product Name | Terry Pratchett's Discworld - Soul Music |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 79.99 US Dollars (curriencies) |
Price Used | 62.95 US Dollars (curriencies) |
Aspect Ratio | 1.33:1 |
Cast | Christopher Lee, Graham Crowden, Debra Gillett, Andy Hockley, George Harris |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.75 inches (convert) |
Weight | 4.16 ounces (convert) |
Binding | Dvd |
Format | Animated, Color, NTSC |
Run Time | 175 minutes |
Similar Items | 9781569383742: Terry Pratchett's Discworld - Wyrd Sisters 9780385538268: Raising Steam (Discworld) 9780091951702: The Science Of Discworld 0796019820578: Color of Magic 0796019806046: Hogfather 0683904531742: Snow Queen & Hogfather - Miniseries Double Feature 0054961884193: Dirk Gently 0054961864096: Terry Pratchett Going Postal 0054961837496: Discworld: Wyrd Sisters |
Created | 10-07-2013 12:37:30am |
Modified | 06-03-2019 6:14:03am |
MD5 | 9f5da0a9fd791ff0495b399aaa73ac74 |
SHA256 | 70a9508ac2079d792ae230d28bf74e93af9312088e7b7e7f6b0fef59dbf4d2cd |
Search Google | by EAN or by Title |
Query Time | 0.0177140 |
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