Given that I know the product_id for a product, is there a way to construct a link that will add the product into the cart?
For example, I wrote and published an article on another site about product_id 187. I would like to include a link that sends them to my site and automatically adds the product to their cart.
I cannot use html forms, it has to be a standard <a href style and I don't want to link to product_info page and have them click the add to cart button.



