Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi, I have a webhook linked to the order payment event. I receive data when the order is created and payment is made. However I do not receive data if the end user adds product(s) to the order even though payment is taken for the additional value. I only want the order data when payment is taken whether it is a new order or an edit to an existing order. Am I using the correct event? If so, what is the best way to find the issue?
I think the solution is to use the GraphQL webhook subscription and retrieve the ORDERS_PAID.
Now if someone could help with setting up the GraphQL call lol. You are not able to set them up in the Shopify Admin interface at Settings>Notifications>Create Webhooks