Image | ![]() |
EAN-13 | 9780738842530 ![]() |
Product Name | Conspiracy At Desert One |
Category | Book / Magazine / Publication |
Short Description | Paperback |
Amazon.com | ![]() |
Price New | 20.68 US Dollars (curriencies) |
Price Used | 16.68 US Dollars (curriencies) |
Width | 5.52 inches (convert) |
Height | 0.94 inches (convert) |
Length | 8.52 inches (convert) |
Weight | 17.76 ounces (convert) |
Author | Bernace Charles |
Page Count | 365 |
Binding | Paperback |
Published | 12/01/2000 |
Long Description | Book description. Following April 25, 1980, Iranian Revolutionary Guards arrested Laleh Sanders, an American photojournalist in Tehran. The Iranian Press charged her with spying for America. She then disappeared for ten months before allowed to leave Iran. Why? President Carter claimed to have no knowledge of her at a press conference. Who was Laleh Sanders and what role did she play in preventing the American rescue-effort from reaching Tehran? Did someone plant a bad seed for the embassy takeover then realize the American, hostage, rescue-effort must be prevented? Did an act of sabotage occur to assure the change of guard within the American Presidential Office? Were there men who put such a plan into operation? Laleh Sanders follows a directive given her by a man holding court deep in her heart. Learning the truth sends Laleh´s daughter Roya and an American novelist on a dangerous search. |
Created | 11-14-2012 6:25:17pm |
Modified | 05-01-2020 12:09:46am |
MD5 | ecbfaf605bdd20278206ea98ebf3ea73 |
SHA256 | c0400b5bd166f6417d323b0fa35aea4ac15a702516b4ba05b89a110be05b63a9 |
Search Google | by EAN or by Title |
Query Time | 0.0064781 |
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