Image | ![]() |
EAN-13 | 9780747594697 ![]() |
Product Name | Honesty Wart: Witch Hunter! (History of Warts) |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Paperback |
Amazon.com | ![]() |
SKU | 749780747594697 |
Price New | 6.03 US Dollars (curriencies) |
Price Used | 1.92 US Dollars (curriencies) |
Width | 0.35 inches (convert) |
Height | 7.75 inches (convert) |
Length | 5 inches (convert) |
Weight | 3.52 ounces (convert) |
Binding | Paperback |
Long Description | Life for Honesty and his sisters Mercy and Patience is not a bundle of laughs. His family are strict Puritans and singing, dancing and anything that sounds like fun is forbidden. Life, Honesty thinks, can't get much worse when Christmas is cancelled by order of the government. But he is wrong - the real problem is Gran who has one tooth, a hooked nose, a very hairy chin and a pet toad called Merlin. Honesty suspects she may be a witch, especially since she's been helping the neighbours with love potions and cures for sick pigs. When the WitchFinder General - Ezekial Bones visits the village, Honesty is convinced his family's terrible secret will be discovered. Can he save Gran from the terrible Three Tests for Witches (eg pond ducking - if she swims she's a witch, if she drowns she's innocent.) For a boy who has never told a lie in his whole life - it's asking a lot. |
Created | 11-16-2012 3:06:10pm |
Modified | 10-01-2017 7:45:32am |
MD5 | cd361673dff448ad0caac35a9bba1975 |
SHA256 | 65398f837e1bf74deddee4f3bd1a35c855b8bcb9fc2fd6cbf9faccd0c91c2dd2 |
Search Google | by EAN or by Title |
Query Time | 0.0075910 |
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