Image | ![]() |
EAN-13 | 9780374309473 ![]() |
Product Name | Brave Irene: A Picture Book |
Category | Book / Magazine / Publication |
Short Description | Hardcover |
Amazon.com | ![]() |
Price New | 8.46 US Dollars (curriencies) |
Price Used | 3.00 US Dollars (curriencies) |
Width | 0.4 inches (convert) |
Height | 10.72 inches (convert) |
Length | 8.84 inches (convert) |
Weight | 15.04 ounces (convert) |
Author | William Steig |
Page Count | 32 |
Binding | Hardcover |
Published | 10/01/1986 |
Features | Farrar Straus Giroux |
Long Description | Brave Irene is Irene Bobbin, the dressmaker's daughter. Her mother, Mrs. Bobbin, isn't feeling so well and can't possibly deliver the beautiful ball gown she's made for the duchess to wear that very evening. So plucky Irene volunteers to get the gown to the palace on time, in spite of the fierce snowstorm that's brewing-- quite an errand for a little girl. But where there's a will, there's a way, as Irene proves in the danger-fraught adventure that follows. She must defy the wiles of the wicked wind, her most formidable opponent, and overcome many obstacles before she completes her mission. Surely, this winning heroine will inspire every child to cheer her on. Brave Irene is a 1986 New York Times Book Review Best Illustrated Book of the Year. |
Similar Items | 9780312371456: Real Thief, The 9781416996156: Sylvester And The Magic Pebble (Caldecott Medal) 9780670479580: Miss Rumphius 9780374375423: Doctor De Soto 9780374302788: Amos & Boris 9780374318031: Doctor De Soto 9780374302276: Amos & Boris 9781442416673: Sylvester And The Magic Pebble 9781416902065: Sylvester And The Magic Pebble 9780374302481: The Amazing Bone View 20 more similar items |
Created | 02-26-2012 6:38:13pm |
Modified | 04-30-2020 7:01:17pm |
MD5 | 31c60987793e3a451da9a0dde2aa40b6 |
SHA256 | 5e0ae400d2845166797788b01e99cb6de6f26119b429ed201a379f42ee43b9ab |
Search Google | by EAN or by Title |
Query Time | 0.0266271 |
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.