Image | ![]() |
EAN-13 | 9780533086122 ![]() |
Product Name | Speak Up, Tommy! (Kar-Ben Favorites) |
Category | Book / Magazine / Publication |
Short Description | Hardcover |
Amazon.com | ![]() |
Price New | 9.20 US Dollars (curriencies) |
Price Used | 2.78 US Dollars (curriencies) |
Width | 8 inches (convert) |
Height | 10.75 inches (convert) |
Length | 0.5 inches (convert) |
Weight | 11.2 ounces (convert) |
Author | Jacqueline Dembar Greene, Greene |
Page Count | 32 |
Binding | Hardcover |
Published | 08/01/2012 |
Long Description | Tommy’s classmates tease him about his Israeli accent and the way he speaks English. But his knowledge of Hebrew makes him a hero when a policeman and his dog come to visit Tommy’s school. |
Similar Items | 9781442450479: The Blessing Cup (Paula Wiseman Books) 9780933573062: The Blessing Cup (Paula Wiseman Books) 9780684858616: The Blessing Cup (Paula Wiseman Books) 9780761374954: Stones For Grandpa 9780761356561: The Mitzvah Magician (Kar-Ben Favorites) |
Created | 07-22-2012 1:05:00am |
Modified | 11-13-2016 3:38:45am |
MD5 | 6702a735b1c46dba40a1ff0c50b36e13 |
SHA256 | 9a6eaf653b70aa2acb33123f4a587ebeffb9371925840873e431f4d8416b98bb |
Search Google | by EAN or by Title |
Query Time | 0.0152240 |
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