Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have successfully subscribed to the graphQL topic RETURNS_CANCEL using postman and received a subscription ID. But, whenever I cancel a return to test it, no data is sent to my pub/sub topic.
I know that I have subscribed properly, as my RETURNS_APPROVE delivers data as expected.
Anyone else have this issue?