0
votes

I was thinking of implementing a shopify application.the purpose of application is that when it is installed on any store.Application would set the HTTP POST request URL itself and when there is any order placed on that store,App will send us the information via POST.

Is that possible using webhooks? beacuse i cant find any way to programattically using the webhooks.

1

1 Answers

2
votes

Have you read the API docs for webhooks? All it talks about is using them programmatically.

http://docs.shopify.com/api/webhooks/using-webhooks

Are you running into some specific issue?