Skip to content

Instantly share code, notes, and snippets.

@Kellyreid
Created October 2, 2012 21:47
Show Gist options
  • Save Kellyreid/3823524 to your computer and use it in GitHub Desktop.
Save Kellyreid/3823524 to your computer and use it in GitHub Desktop.
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