Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
according to https://help.shopify.com/api/reference/webhook, there should be a FulfillmentEvent webhook that I can subsrieb to but then when I go to "Settings -> Notifications -> Create Webhook", I can't find a webhook for the "FulfillementEvent". Anyone has idea on how I can subscribe to that event? Is it only through API?
Hey Howard!
You're correct - at the moment, in order to set up a FulfillmentEvent webhook it needs to be done via the API.
Josh | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hi Josh,
Why doesn't need to be done via the API?
This is very inconsistent with the remaining webhook types and means we have an added layer of complexity to our workflow.
My company adds webhooks to mini different peoples sites so using the API in addition to the UI is a pain.
Surely it would be easy for Shopify to add FulfillmentEvent to the UI.
I would also like to know how to trigger a test event.
Thanks
Dylan
Hi,
I have successfully subscribed to the fulfillments/create webhook via the API. But for testing purposes I need to trigger it. Can you please let me know how to trigger this event?
Thanks in advance