Hi I am new to the Shopify,
I am tring to register webhooks, I followd this documentation.
I added below code in shopify_app.rb file
config.webhooks = [
{topic: 'carts/create', address: 'https://95ecca2derw.ngrok.io/webhooks/carts_create', format:...