Image | ![]() |
EAN-13 | 9325336013670 ![]() |
Product Name | Harry Potter and the Chamber of Secrets |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | harrypotter.warnerbros.com |
Amazon.com | ![]() |
SKU | 75821 |
Price Used | 2.98 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 161 minutes |
Cast | Daniel Radcliffe, Emma Watson, Rupert Grint |
Director | Chris Columbus |
Genre | ADVENTURE,FAMILY,FANTASY |
Binding | Dvd |
Release Year | 2002 |
Long Description | Forced to spend his summer holidays with his muggle relations, Harry Potter (Daniel Radcliffe) gets a real shock when he gets a surprise visitor: Dobby (Toby Jones) the house-elf, who warns Harry against returning to Hogwarts, for terrible things are going to happen. Harry decides to ignore Dobby's warning and continues with his pre-arranged schedule. But at Hogwarts, strange and terrible things are indeed happening. Harry is suddenly hearing mysterious voices from inside the walls, muggle-born students are being attacked, and a message scrawled on the wall in blood puts everyone on his or her guard, "The Chamber Of Secrets Has Been Opened. Enemies Of The Heir, Beware". |
Similar Items | 0085391169567: Harry Potter And The Prisoner Of Azkaban 0085391173670: Harry Potter And The Prisoner Of Azkaban (Full Screen Edition) 0883929558469: Harry Potter and the Deathly Hallows, Part I 0012569593268: Harry Potter and the Order of the Phoenix 0085391173618: Harry Potter and the Sorcerer's Stone 0883929558537: Harry Potter and the Sorcerer's Stone 0883929558513: Harry Potter and the Prisoner of Azkaban (2-Disc Special Edition) 0883929558483: Harry Potter and the Deathly Hallows, Part II 0883929139446: Harry Potter and the Deathly Hallows: Part 1 0085392133123: Harry Potter and the Sorcerer's Stone (Full Screen Edition) (Harry Potter 1) 0012569593879: Harry Potter and the Goblet of Fire 0008539120039: Harry Potter and the Half-Blood Prince 0001256959326: Harry Potter and the Order of the Phoenix |
Created | 06-17-2007 |
Modified | 11-02-2021 12:36:20am |
MD5 | dcb9c8a211e826d17b881013aadf7c8b |
SHA256 | 878f86a9dab9d9bacbb2e6093d674e93d421a83486582c36eb14bce9ad3daf37 |
Search Google | by EAN or by Title |
Query Time | 0.8334951 |
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.