Hi,
We need to connect our shop to another webshop. Our products are displayed in this other shop.
When someone buys one (or more) of our products in this external shop, there must be an API call to our shop that:
- creates a customer account if non-existing
- confirm the account, send the password to the new account holder
- place the order with one or more products
- set the orderstatus to a special orderstatus that we have to create yet
- make sure the confirmation e-mail with download links is sent to the new customer
We only sell digital downloads.
Any ideas how to do this?
API Call? SOAP Integration? HTML post (via cURL)? Other solution?
Oh, of course there must at least some kind of authentication?
Please advice,
Maurice