I am creating a Shopify app using PHP. For starting I am following this skeleton and after some debugging I am able to setup it and install.
I need to register some web-hooks through my app installation but I can't find any reference for the same.
I need to register the webhooks like when some new customer register, order place etc. How can I register those webhooks through the app?
I know we can register the web-hooks form Shopify admin manually, but I need to register them through app.