EAN-13 | 5050582577433 ![]() |
Product Name | Knocked Up / The 40 Year-Old Virgin / Superbad |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 11.15 US Dollars (curriencies) |
Price Used | 0.98 US Dollars (curriencies) |
Aspect Ratio | 1.33:1 |
Cast | Seth Rogan, Katherine Heigl, Steve Carell, Jonah Hill, Michael Cera |
Binding | Dvd |
Format | DVD |
Published | 10/05/2017 |
Long Description | This dvd features 3 great movies. |
Similar Items | 0883929269839: Life as We Know It 0689721950698: Life as We Know It 0088392913917: Life as We Know It 0043396281196: Pineapple Express 0043396194755: Superbad 0031398156512: What To Expect When Expecting 0025195041997: Baby Mama 0025192870620: The 40-Year-Old Virgin (Unrated Widescreen Edition) 0025192114229: This Is 40 0024543426882: Juno (Single-Disc Edition) 0024543013686: Nine Months [Dvd] (1995) 0004339628119: Pineapple Express |
Created | 01-22-2014 3:25:38pm |
Modified | 06-21-2023 11:53:31am |
MD5 | 74c0abfc1a4e295143d1cf822c9b17a7 |
SHA256 | f7ba04ec8c13d3799b24e15013abd11c3cd23872bc3895fa69fe33f507bcc1d3 |
Search Google | by EAN or by Title |
Query Time | 0.0279729 |
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