Created
October 2, 2012 21:47
-
-
Save Kellyreid/3823524 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
card kingdom builds their buy list using one big POST form. the fields are product_id, style and qty. each are an array starting at key 0. | |
http://www.cardkingdom.com/sellcart/add?product_id[0]=26268&style[0]=NM&qty[0]=22 will add 22 Near-Mint Imperial Recruiter to the buy list, EG. | |
Troll And Toad has an annoying AJAX thing going on which seems to be a bitch to work with. they also let the user download a csv | |
https://www.trollandtoad.com/secure/selling.php?Department=M&Format=CSV | |
and upload it. only works when logged in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment