Forum Discussion

BruceBoggan's avatar
BruceBoggan
Copper Contributor
Oct 02, 2020

Direct a cell to a product and purchase the product without seeing the process.

I am trying to set up a spreadsheet with an Amazon link in the B column. If a person clicks on the link, I want the purchase to occur without further input from the person clicking the link. 

 

Basically, a through-put action that lands them on a "Your Order Placed" page. 

 

Anyone know how to do this?

2 Replies

  • Woldman's avatar
    Woldman
    Iron Contributor

    BruceBoggan 

    I could think of a solution with xlwings (which is a Python package) that could be addressed from Excel to do the purchase on Amazon (with the help of selenium which is another Python package for driving web pages). 

    Just checking if this route is applicable for you. It takes some Python programming knowledge to set it up.

     

    If this is an option for you, I could sketch a set up if you like.

     

    Best wishes,

    Tieme

    • JonathonM370's avatar
      JonathonM370
      Copper Contributor

      Woldman


      I know this is an old page, but this is something that I would be interested in developing on my end!


Resources