Image | ![]() |
EAN-13 | 9781400315093 ![]() |
Product Name | A Bug Collection DVD Box Set: Volume 1 |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | DVD |
Amazon.com | ![]() |
SKU | ACOUK_BOOK_USEDLIKENEW_1400315093 |
Price New | 9.99 US Dollars (curriencies) |
Price Used | 1.93 US Dollars (curriencies) |
Genre | FAITH_&_SPIRITUALITY |
Width | 0.87 inches (convert) |
Height | 7.36 inches (convert) |
Length | 5.24 inches (convert) |
Weight | 5.44 ounces (convert) |
Author | Max Lucado |
Page Count | 3 |
Binding | Dvd |
Format | NTSC |
Published | 11/01/2009 |
Run Time | 10,800 seconds |
Features | Lucado Max, NELSON/WORD PUB GROUP, 023755413291, 1400315093 |
Long Description | This is where it all began! The first three DVDs from the best-loved Max Lucado's Hermie & Friends ® series!! Hermie, a Common Caterpillar ―its all about being special. Flo, the Lyin' Fly ―its all about telling the truth. Webster, the Scaredy Spider ―its all about being brave. Enjoy the voice talents of Tim Conway, Don Knotts, Vicki Lawrence, Frank Perretti, Taj Mowry, and Melissa Disney along with special musical guests, Third Day, on this one-of-a-kind box set. |
Similar Items | 9781400323487: I Can Be Kind to Everyone 9781400323043: I Will Trust God 9781400320967: I Will Tell the Truth and Be Careful What I Say 9781400320646: God Forgives Me, And I Forgive You (Max Lucado's Hermie & Friends) 9781400319923: BEEhaving is B-E-S-T 9781400304950: Max Lucado's Hermie And Friends Bible (Lucado, Max) 9781400304837: Hermie & Friends Buzby the Misbehaving Bee 9781400304578: Plush Hermie, Mini (Max Lucado's Hermie & Friends) 0843501004043: Hermie & Friends: A Fruitcake Christmas 0023755410894: Skeeter And The Mystery Of The Lost Mosquito Treasure: It's About Being Unique |
Created | 04-17-2012 7:45:16pm |
Modified | 05-01-2020 3:25:44pm |
MD5 | 13c8125316c6f173eb1ab4cadd2dabcf |
SHA256 | 65eea51e03d6357393d3804c164b7af95096b521b64e4d13be5b19973960d407 |
Search Google | by EAN or by Title |
Query Time | 0.0275030 |
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.