Disable All Advertising
Image
EAN-130012569768833   EAN-13 barcode 0012569768833
UPC-A012569768833   UPC-A barcode 012569768833
Product NameStep by Step
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionDVD
Amazon.comA Buy on Amazon ~ B000EU1QC2
Model2210973
Price New6.17 US Dollars    (curriencies)
Price Used3.04 US Dollars    (curriencies)
IMDbIMDb Link
Run Time30 minutes
Aspect Ratio1.33:1
CastPatrick Duffy, Suzanne Somers, Staci Keanan, Brandon Call
DirectorN/A
GenreCOMEDY,FAMILY,ROMANCE
Run Time138 minutes
Width5.5 inches    (convert)
Height0.5 inches    (convert)
Length7 inches    (convert)
Weight20 hundredths pounds    (convert)
BindingDvd
Release Year1991
FormatMultiple Formats, Closed-captioned, Color, NTSC, Subtitled
Published02/11/2019
Run Time138 minutes
FeaturesShrink-wrapped
Long DescriptionFrank Lambert is a construction worker and a single father of 3 kids: J.T., Alicia "Al", and Brendan. Carol Foster, a beautician, also has 3 children: Dana, Karen, and Mark. After Frank and Carol run into each other on vacation and spontaneously get married, they and their children (who appeared to have known and hated each other) have to learn to live together and love each other. It's not easy, but they are trying to do this step by step.
Similar Items9781603993555: My Two Dads: Season 2
9781419819209: Growing Pains Season 1
9781404947139: Who's the Boss? - The Complete First Season
3257981176331: Pacific Blue: Series One [Region 2]
0888574651763: Step By Step The Complete Second Season
0888574651749: Step by Step The Complete First Season
0883929563289: Fuller House The Complete First Season
0883929275274: Family Matters: The Complete Third Season
0883929230471: Family Matters Season 2
0826663111897: My Two Dads Season 1
0043396028692: Who's the Boss? - The Complete First Season
0032429280695: Brady Bunch A Very Brady Christmas
0032429238825: Sabrina, The Teenage Witch: The Complete Series (Seasons 1-7 Bundle)
Created04-17-2012 8:35:06pm
Modified02-11-2019 3:55:28am
MD5f3f7861cac276e48ae615a7b9c555450
SHA256cd14ccf42057d1533df4ce589d0ab837278c61893b1a8b2a7ba5d9d6267c6d95
Search Googleby EAN or by Title
Query Time0.0327361

An article of interest

Making use of the tools we offer

Data Feed API - Extra

The extra items are numerically indexed and provide extra text to go along with numeric values such as weights or distances or even currencies. The attributes that use these extra indexes are all numeric and take two fields. You can send the data in a single field as long as you use the same short or long text that we keep in our database.

Although the data feed API can deliver information as JSON or XML, we are using XML here because it is easier to read.

<attribute>
   <extra_group>Distance</extra_group>
   <field_name>depth</field_name>
   <extra>
      <id>501</id>
      <extra_short>in</extra_short>
      <extra_long>inches</extra_long>
      <seq>10</seq>
   </extra>
   <extra>
      <id>503</id>
      <extra_short>ft</extra_short>
      <extra_long>feet</extra_long>
      <seq>20</seq>
   </extra>
   <extra>
      <id>505</id>
      <extra_short>yrd</extra_short>
      <extra_long>yards</extra_long>
      <seq>30</seq>
   </extra>
</attribute>

Looking at this example, you can see that the EXTRA portion is an array of values each with their own properties. Here is what each section means:

This extra information is normally used in a drop down box next to the numeric data field that we want to enhance. Some examples might be:

You see we can display the long or short version of the extra code by using the ID index.

Fields that make use of this extra information require it when pushing data back to us in the feed. You can either send the data in two fields (value and extra_id) or in a single field (value) as long as the text following the numeric portion matches the long or short version of the extra data we store for the field.

For example, if you wanted to update a field that represented distance with the value "100 yards", you could either send that data just like that in the value field value=100+yards or in two seperate fields value=100&extra_id=505 and you would get the same results. If you send an invalid extra_id or text after the number that doesn't match our accepted list, your update would be rejected.