Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have created a web hook using order creation event to push order data to my azure app, I am receiving order data in JSON format as well but I need some additional information like amount authorization/capture along with order details to create the order in azure.
Can someone please help/guide me to achieve this?