Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello @Shopify
The webhook refund_create is incorrectly being triggered on order cancellation, as well as when a refund is generated for the order.
According to the documentation:
- Refund create: a webhook will be sent every time a refund is issued.
- Order cancellation: a webhook will be sent every time an order is canceled.
The refund create webhook should only be triggered when a refund is issued. Can you please look into this?
Regards,
Gary
Hello @Shopify, @garyrgilbert
Any feedback on this ?
I have a similar use case, when I cancel an order without refunding it, the refund webhook is triggered, with an actual refund object !
Though, there's no refund at all in the admin view.