Image | ![]() |
EAN-13 | 9780747595694 ![]() |
Product Name | City Of Masks (Stravaganza) |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Height:7.72 inches / Length:0 inches / Weight:1.1 pounds / Width:5.04 inches |
Amazon.com | ![]() |
SKU | MON0001462130 |
Price New | 11.03 US Dollars (curriencies) |
Price Used | 0.01 US Dollars (curriencies) |
Width | 0.91 inches (convert) |
Height | 7.8 inches (convert) |
Length | 5.08 inches (convert) |
Weight | 17.6 ounces (convert) |
Author | Mary Hoffman |
Page Count | 352 |
Binding | Paperback |
Published | 07/07/2008 |
Features | Used Book in Good Condition |
Long Description | Set in Talia, a parallel world very similar to 16th-century Italy, the narrative follows Lucien, who in our world is very ill. Given a marbled notebook to use as a diary, the notebook is the unexpected means that transports Lucien to this dangerous new world; a world that thrills to the delight of political intrigue and where a life can be snuffed out with a flash of a merlino blade. The city of Bellezza (Venice in our world) is astonishingly evoked, with a filmic eye to detail, from the sensuousness of silks and velvets, to the thrill and danger of assassination attempts both and foiled and successful. The world of Talia is unforgettably and convincingly real. |
Similar Items | 9781599902029: City Of Secrets (Stravaganza, Book 4) 9781582348872: Stravaganza: City of Flowers 9780747569466: City Of Stars (Stravaganza) 9781599904917: Stravaganza: City Of Ships 9780747565017: Stravaganza: City of Stars 9780747561231: Stravaganza: City Of Stars 9781408800508: Stravaganza: City of Swords 9780747595700: City of Stars (Stravaganza) 9781599908427: Stravaganza: City Of Swords 9781599908328: Stravaganza: City Of Ships 9781582349824: City Of Stars (Stravaganza, Book 2) 9781582347493: Stravaganza: City Of Flowers 9781599904511: Stravaganza: City Of Secrets |
Created | 11-16-2012 12:06:02pm |
Modified | 11-30-2016 7:06:53am |
MD5 | 1ef3247069089e06ee4f086eca8a67b8 |
SHA256 | 0dcb65ff205e790ac55784d9c8335c6090e01040ce027bbc27de71af92f1104b |
Search Google | by EAN or by Title |
Query Time | 0.0309370 |
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