Image | ![]() |
EAN-13 | 9786301505284 ![]() |
Product Name | The African Queen [VHS] |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
SKU | 31511-139 |
Price New | 0.98 US Dollars (curriencies) |
Price Used | 0.75 US Dollars (curriencies) |
Cast | Humphrey Bogart, Katharine Hepburn, Robert Morley, Peter Bull, Theodore Bikel |
Binding | VHS Tape |
Format | NTSC, Color, HiFi Sound, Full Screen |
Run Time | 105 minutes |
Long Description | One of Bogey's best movie. If you are a Bogey fan, then you want this movie for your collection. |
Similar Items | 9786302413403: The Train [VHS] 9786301971164: King Solomon's Mines [VHS] 9786301797955: All About Eve [VHS] 0012569552739: Casablanca 0027616719935: Gone With The Wind Video 2.00 Ct 9786304178355: My Fair Lady 9786304117750: The Sound of Music [VHS] 9786301976930: Yankee Doodle Dandy - COLORIZED [VHS] 9786302148381: Scaramouche [VHS] 9780800132002: The Bridge on the River Kwai [VHS] View 33 more similar items |
Created | 02-22-2013 2:00:21am |
Modified | 10-10-2017 10:11:28am |
MD5 | 853ba1ab9eb149f4f696121f0fea97a7 |
SHA256 | 0cedba79a3bae1718ef6e22fc821aaf97b74108cb2b9779a97bf0b298c42ebfc |
Search Google | by EAN or by Title |
Query Time | 0.0289271 |
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