|
21
Feb |
|
Tobi |
Shopify’s latest feature allows you, in addition to receiving email notifications for new orders, also receive WebHooks. WebHooks are a way to tell Shopify to call a script on one of your own web servers and react to the event in any way you want.
Once you register a webhook url with Shopify we will issue a HTTP Post to the url specified and pass on the Order as an XML document. Don’t worry, if your server is down we will simply try again until your server confirms to us that it has successfully received the notification. To learn more about Web hooks please visit the WebHook wiki page |


5