Image | ![]() |
EAN-13 | 0025192281310 ![]() |
UPC-A | 025192281310 ![]() |
Product Name | The Tale of the Princess Kaguya |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | www.arthaus.no |
Amazon.com | ![]() |
Model | 32276994 |
Price New | 14.35 US Dollars (curriencies) |
Price Used | 10.99 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 137 minutes |
Aspect Ratio | 1.85:1 |
Cast | Chloë Grace Moretz , James Caan , Mary Steenburgen |
Director | Isao Takahata |
Genre | ANIMATION,ADVENTURE,DRAMA |
Run Time | 138 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 25 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 2013 |
Format | Multiple Formats, Animated, Color, Widescreen, NTSC |
Published | 02/17/2015 |
Run Time | 138 minutes |
Features | Shrink-wrapped |
Long Description | Found inside a shining stalk of bamboo by an old bamboo cutter and his wife, a tiny girl grows rapidly into an exquisite young lady. The mysterious young princess enthralls all who encounter her, but ultimately she must confront her fate, the punishment for her crime. |
Similar Items | 0826663181593: The Cat Returns: Behind the Microphone 0826663181555: My Neighbors the Yamadas 0826663181517: Whisper of the Heart 0826663181494: Pom Poko 0826663181470: Porco Rosso 0826663181395: Nausica of the Valley of the Wind 0814131012623: Grave of the Fireflies 0786936840346: Wind Rises 0767685294178: From Up on Poppy Hill 0025192399633: Ocean Waves 0025192360480: Only Yesterday 0025192307355: When Marnie Was There |
Created | 04-12-2018 12:23:38am |
Modified | 04-27-2018 3:35:23am |
MD5 | 92df809f94ed30233146b60d8954c9b1 |
SHA256 | 6360559e7c8707dc691341d9dfa48750bed5b2592477e5cc04c32118865b1ee8 |
Search Google | by EAN or by Title |
Query Time | 0.0228779 |
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.