What are the webhook topics for order payment, fulfillment and refunds?

What is the Shopify Webhook Topic for event Order payment, Order fulfillment and Refund Create?

@edmund5

You can read all the different webhooks at Webhook (shopify.dev)

The topics you mentioned would be

orders/paid

orders/fulfilled

refunds/create

1 Like

Thanks @jordanholmes the Link you shared don’t have enough info like here https://help.shopify.com/en/manual/orders/notifications/webhooks

1 Like

@edmund5

The link I shared is for webhook management using the api. The link you shared is for manually creating webhooks from the store admin. So whatever works best for you!

@jordanholmes yes, what I meant is for the webhook via api don’t have a clear description like with adding manually.