Image | ![]() |
EAN-13 | 4607095690497 ![]() |
Product Name | Breakfast with Scot (DVD, 2007, in English & French) ~ The best feel-good family comedy of the year! |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 19.99 US Dollars (curriencies) |
Cast | Fiona Reid, Graham Greene, Noah Bernett, Ben Shenkman, Tom Cavanagh |
Genre | COMEDY |
Binding | Dvd |
Format | Color, Widescreen, NTSC |
Published | 09/09/2007 |
Run Time | 95 minutes |
Long Description | Gay couple Eric (Tom Cavanagh), an ex-NHL hockey player-turned-sportscaster, and Sam (Ben Shenkman), a sports lawyer, lead a very conservative and conventional life in this 2007 comedy. But when Sam's deadbeat brother Billy's ex-girlfriend, Julie, is discovered dead from a drug overdose, Eric and Sam take temporary custody of her 11-year-old son, Scot (Noah Bernett), until Billy (Colin Cunningham) can be located. They are surprised to discover that Scot is a flamboyant adolescent, who wears makeup, a feather boa, and his mother's charm bracelet, and who loves musicals and singing Christmas carols. When Billy finally shows up to take Scot back, Eric and Sam can't bear the thought of losing him. (Total running time 3 hrs 35 min). |
Similar Items | 0807839005028: From Beginning To End 0857965003788: The Falls: Testament Of Love 0883476091976: Trading Christmas 0741952691396: Patrik Age 1.5 |
Created | 11-25-2012 9:03:41am |
Modified | 03-07-2018 3:58:57pm |
MD5 | 3570b29396aa2b8fa4c796d729cac4f5 |
SHA256 | 7048f54a94221d11208e60a05e2885876362233efaee32a55455830e5999eade |
Search Google | by EAN or by Title |
Query Time | 0.0126309 |
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