Image | ![]() |
EAN-13 | 0025192198496 ![]() |
UPC-A | 025192198496 ![]() |
Product Name | Neighbors |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | www.uphe.com |
Amazon.com | ![]() |
Model | 29279379 |
Price New | 4.66 US Dollars (curriencies) |
Price Used | 1.22 US Dollars (curriencies) |
Rating | R - Restricted |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 97 minutes |
Aspect Ratio | 2.40:1 |
Cast | Seth Rogen, Rose Byrne, Zac Efron |
Director | Nicholas Stoller |
Genre | COMEDY |
Run Time | 97 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 6.75 inches (convert) |
Weight | 20 hundredths pounds (convert) |
Author | Neighbors |
Binding | Blu-ray |
Release Year | 2014 |
Format | NTSC, Color, Widescreen, Blu-ray |
Published | 09/22/2015 |
Run Time | 97 minutes |
Features | Shrink-wrapped |
Long Description | After they are forced to live next to a fraternity house, a couple with a newborn baby do whatever they can to take them down. |
Similar Items | 5050629450415: 21 Jump Street/22 Jump Street Double Pack 0883929441358: Grudge Match 0043396495975: 21 Jump Street / 22 Jump Street - Set 0043396439641: 22 Jump Street 0031398244110: Dirty Grandpa 0025192322389: Ted & Ted 2 Thunder Buddies Collection 0025192297168: Neighbors 2 Sorority Rising 0025192297106: Neighbors 2: Sorority Rising 0025192292750: Ted 0025192252136: Trainwreck 0024543313168: Mike & Dave Need Wedding Dates 0024543228059: Mike & Dave Need Wedding Dates |
Created | 01-23-2015 7:37:04pm |
Modified | 05-29-2019 3:41:35am |
MD5 | d27e20b354f1c358152942bcefd620c0 |
SHA256 | a33ef6fe5af2e6ba34f19dfca8ff715b4860a52cd02dc2b95b86a535fdaaa435 |
Search Google | by EAN or by Title |
Query Time | 0.0312061 |
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