6

I am trying to automate the purchase of products listed on Amazon.com in Python. We would like to make 1-click purchase with the saved payment details.

I understand Zinc enables the automated product purchase through their API. Does Amazon have a Sandbox account to test this ? Any idea how this can be done

Any suggestion, pointers in this regard will be really helpful.

Daniel Lemke
  • 1,966
  • 18
  • 24
Kiran
  • 8,034
  • 36
  • 110
  • 176
  • Would [Amazon MWS sandbox](https://stackoverflow.com/a/9339579) be of any help, maybe? – funie200 May 24 '19 at 06:09
  • Don't know if this is what you are looking for, but it might be [this](https://developer.amazon.com/docs/amazon-pay-hosted/set-up-test-account.html) – Arnav Poddar Jun 04 '19 at 00:43

1 Answers1

1

I found many sources online that stated much the same thing; that as a buyer you can not make an Amazon sandbox, but as a seller, you can (Amazon Pay)

https://www.quora.com/How-do-I-create-a-Sandbox-account-in-Amazon

The instructions for how to make a seller virtual account can be found here.

From your question, it seems like you know how to do the 1-click order thing, but here it is, just in case. (Basically you just use the pyautogui module.

Arnav Poddar
  • 354
  • 2
  • 18