Image | ![]() |
EAN-13 | 9780785131489 ![]() |
Product Name | Punisher War Journal, Vol. 5: Secret Invasion |
Language | English |
Category | Book / Magazine / Publication |
Amazon.com | ![]() |
SKU | NU-GRD-00466683 |
Price New | 5.99 US Dollars (curriencies) |
Price Used | 5.09 US Dollars (curriencies) |
Width | 1 inches (convert) |
Height | 1 inches (convert) |
Length | 1 inches (convert) |
Weight | 15.68 ounces (convert) |
Author | Matt Fraction, Rick Remender, Simon Spurrier |
Page Count | 120 |
Binding | Hardcover |
Published | 03/04/2009 |
Long Description | With an alien armada laying the world to waste, Stuart RAMPAGE Clarke decides to make his move. Skrull Armageddon is just a backdrop for his ultimate revenge - against Tony Stark, against S.H.I.E.L.D., and against anyone that ever stood in his way! And what about Frank Castle? Where does The Punisher fit into Clarke's plans? It's the end of the world as we know it - time to cross some names off the old enemies list. Then, take a trip to the Helter Skelter Club - psychedelic hangout of every costumed wannabe, z-list villain, and spandex tryhard in NYC. Its retro-tastic owner - Captain Pepper - has been up to his paisley-print elbows in bad business, but now he's caught the attention of one decidedly ungroovy vigilante. Collects Punisher War Journal #24-26 and Annual 2008. |
Similar Items | 9780785163749: The Punisher, Vol. 1 9780785130215: Punisher War Journal - Volume 3: Hunter Hunted (Punisher (Marvel Hardcover)) (V. 3) 9780785128526: Punisher War Journal - Volume 2: Goin' Out West (Punisher (Marvel Hardcover)) (v. 2) 9780785127758: Punisher War Journal Vol. 1: Civil War 9780785126362: Punisher War Journal - Volume 2: Goin' Out West (Punisher (Marvel Quality Paper)) (V. 2) 9780785123941: Thunderbolts, Vol. 3: Secret Invasion (V. 3) |
Created | 02-26-2012 6:32:25pm |
Modified | 08-19-2017 12:32:35pm |
MD5 | 16cef445a56fb0fd7d6c910f65013190 |
SHA256 | 4f93cc5aacc99f684647d2df04560d47e64895752e1a15f14ffe69e8c2488628 |
Search Google | by EAN or by Title |
Query Time | 0.0142839 |
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.