Image | ![]() |
EAN-13 | 0043396469242 ![]() |
UPC-A | 043396469242 ![]() |
Product Name | Bad Boys I & II |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 4.99 US Dollars (curriencies) |
Price Used | 3.78 US Dollars (curriencies) |
Rating | R - Restricted |
IMDb | Not on IMDb |
Run Time | 266 minutes |
Aspect Ratio | 2.40:1 |
Cast | Jordi Mollà, Kevin Corrigan, Kim Coates, Marg Helgenberger, Snoop Dogg |
Genre | Action/Adventure |
Run Time | 266 minutes |
Width | 5.3 inches (convert) |
Height | 1 inches (convert) |
Length | 6.75 inches (convert) |
Weight | 35 hundredths pounds (convert) |
Binding | Blu-ray |
Format | Blu-ray, AC-3, Dolby, Subtitled, Widescreen |
Run Time | 266 minutes |
Features | Shrink-wrapped |
Long Description | Bluray Mastered in 4k |
Similar Items | 5051368246437: Beverly Hills Cop - 3 Movie Collection 0883929458066: Rush Hour Trilogy 0883929406579: Blade Trilogy 0883929343188: 4 Film Favorites: Lethal Weapon (BD)(4FF) [Blu-ray] 0883929244454: New Jack City 0883929184828: Demolition Man 0786936736267: Con Air 0786936726732: Rock 0043396466319: Men in Black / Men in Black 3 / Men in Black II - Set 0043396430761: Boondock Saints II All Saints Day 0025192112102: Life 0024543816201: Transporter 1 and 2 Blu-ray 0024543348078: Die Hard 5-Movie Collection 0012236110453: Rambo The Complete Collector's Set |
Created | 10-11-2017 8:55:20pm |
Modified | 06-07-2019 12:21:32am |
MD5 | 94300816d2a99ac6ccc4aed79cb9a3af |
SHA256 | 4a3bd5511012a4cf6f8410633e7a3567f598aea82548b9b856bd36b06e3d928f |
Search Google | by EAN or by Title |
Query Time | 0.0232830 |
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