Image | ![]() |
EAN-13 | 9781419817083 ![]() |
Product Name | Captains Courageous |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | Height:0.07 inches / Length:0.54 inches / Weight:0.25 pounds / Width:0.75 inches |
Amazon.com | ![]() |
SKU | SKDVD 552D |
Model | 2210445 |
Price New | 8.88 US Dollars (curriencies) |
Price Used | 3.53 US Dollars (curriencies) |
Aspect Ratio | 1.33:1 |
Cast | Freddie Bartholomew, Spencer Tracy, Lionel Barrymore, Melvyn Douglas, Charley Grapewin |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 3.2 ounces (convert) |
Author | Rudyard Kipling |
Binding | Dvd |
Format | Multiple Formats, Black & White, Closed-captioned, Dubbed, Full Screen, NTSC, Subtitled |
Run Time | 112 minutes |
Features | Factory sealed DVD |
Long Description | Captains Courageous (DVD) (1937) A wealthy spoiled brat falls off an ocean liner and is rescued by a Portuguese fisherman. Forced to endure a three month voyage, he learns to love the sea and earns his place among the crew. Based on the Rudyard Kipling story, this is a timeless family adventure classic. Oscar-winner Spencer Tracy earned his first Academy Award as the fatherly fisherman. Co-starring child-star Freddie Bartholomew and Oscar-winners Lionel Barrymore Mickey Rooney and Melvyn Douglas. Directed by Oscar-winner Victor Fleming ,it was nominated for four Academy Awards, including Best Picture and Screenplay. |
Similar Items | 0887936807961: Prince and the Pauper 0883929201921: Boys Town 0096009327897: Captains Courageous (Dvd) 0089218619891: Little Lord Fauntleroy 0024543852568: Down To The Sea In Ships 0012569793828: The Wreck of the Mary Deare - Authentic Region 1 DVD from Warner Brothers starring Gary Cooper, Charlton Heston 0012569793705: Treasure Island 0012569793668: David Copperfield 0012569677142: Boys Town 0012569509023: Mutiny on the Bounty View 10 more similar items |
Created | 02-17-2013 12:36:14am |
Modified | 05-01-2020 3:53:35pm |
MD5 | bbcb0d3eac027d1cdf1d9059b7a38f52 |
SHA256 | 9df2491ab3a87cbf8b6d6a45fbc2cde440e8cfdecb66796f5c639936f89f5841 |
Search Google | by EAN or by Title |
Query Time | 0.0168459 |
Article of interest
So you want to upload product images but you don't want to do it manually. Our system allows you to upload through automation if you have an active data feed account.
The Basics
You will need to send the file along with some other infomation in the form of a POST to our web server. You do not need to log-in or keep track of cookies. You will need to pass your keycode with every file you try to upload.
It is important that you check the results of every upload to make sure things are going correctly. Normally, if things go right you will get back an HTTP response code of 200 and the word "Success!" as the only content. If things go wrong, the HTTP response will be 400 or some value other han 200 depending on the problem. You can examine the content that is sent back for more details about the error.
When you send a POST request to http://eandata.com/upload_image.php with the the following required fields.
- keycode - this is your API keycode from the data feed page.
- code - this is the 13 digit EAN-13 code for the product. If you have a code that is 12 digits, prefix it with a leading zero. If you are trying to update using ISBN or UPC-E you will get an error so expand the code to 13 digits before uploading.
- img - this is the actual image file which must be JPG, PNG or GIF format.
As long as the product exists in our system and there is not already an image associated with the product, the file should upload and be resized. All images are stored in PENDING mode until they are approved by a human. Users may be able to access the pending images but they will get a warning before the image is displayed to them.
Coding Samples And Links
We simply can't give you every possible way to access our data through automation but we can offer some code samples or at a minimum links to other resourses that will help you get your project going.
- cURL
- link: cURL Manual
- sample:
curl -F "keycode={your-keycode-goes-here}" -F "code={ean-13-code}" -F "img=@{path-to-image-file}" https://eandata.com/upload_image.php
- link: cURL Manual
- jQuery / Javascript
- Not recommended because it would expose your private key to the browser. You should post to a backend function of your own, then perform a server-to-server upload.
- C#
- link: The Code Project
- VBScript, ASP, VB6
- link: EricPhelps.com
If you have other resources that you would like us to add to our collection, or you find that our links are broken, please use the link at the bottom of the screen to contact us. Comments are also much appreciated.