Programmatic Checkout from Amazon.com ( & Amazon.in )
Asked Answered
S

1

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.

Stilly answered 24/5, 2019 at 5:57 Comment(2)
Would Amazon MWS sandbox be of any help, maybe?Zeitgeist
Don't know if this is what you are looking for, but it might be thisFalcone
F
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.

Falcone answered 4/6, 2019 at 0:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.