Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Order payment webhook

Order payment webhook

Ian_at_PhoenixS
Visitor
1 0 1

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?

Reply 1 (1)

Goosey
Shopify Partner
2 0 0

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