Posted on: 7/29/2014 8:04:06 AM | Views : 2122

Hi all,
Our client's site is in shopify (www.secretingredient.com.hk). My requirement is that when a user placed an order (purchased food), I have to get some data like email id of the user from this shopify site and then do something with that email in asp.net (c#).
There is a feature called webhook in shopify, we can create an url in webhook of asp.net from admin and when a user will purchase an order it will send data in xml/json format on the created url.
So I want to know/ some example code for how to read that json data so I can perform some database work. There is also one requirement of shopify webhook that I have to sent 200(OK) response back. The shopify docs url for this is: http://docs.shopify.com/api/tutorials/using-webhooks .
I have searched a lot on net but not succeeded. Any help please.
Thanks ...

Go to the complete details ...