Image | ![]() |
EAN-13 | 9786302032246 ![]() |
Product Name | Ride the High Country [VHS] |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
SKU | 509 |
Price New | 8.99 US Dollars (curriencies) |
Price Used | 1.95 US Dollars (curriencies) |
Cast | Randolph Scott, Joel McCrea, Mariette Hartley, Ron Starr, Edgar Buchanan |
Weight | 7.36 ounces (convert) |
Binding | VHS Tape |
Format | Color, NTSC |
Published | 12/31/1990 |
Run Time | 93 minutes |
Long Description | VHS tape |
Similar Items | 9781558804586: Winchester 73 [Vhs] 9780792837381: Vera Cruz (Widescreen Edition) [VHS] 9786302032239: Naked Spur [Vhs] 0085391105039: Rio Bravo 9786301801737: Gunfighter [VHS] |
Created | 08-19-2013 5:35:53am |
Modified | 10-09-2017 11:25:25pm |
MD5 | 3f7c9f6f2437e91865f017bfd7d1b715 |
SHA256 | 073f03e81643781c4284a89ad14a8869ba209fe11a80901c3b4484b70e14fa67 |
Search Google | by EAN or by Title |
Query Time | 0.0103130 |
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