Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey,
I am subscribed to orders/create, orders/update and orders/fulfilled webhook. But none of them gives me information about the fulfillment itself. So for example carrier information with tracking URL and stuff like that.
I am right now trying to find out what the correct webhooks are in order to receive those information via webhook and not via Rest API call.
Do I need to subscribe to FULFILLMENTS_CREATE and FULFILLMENTS_UPDATE webhook? Or is there something else I need for that?
Thanks!
Hey @Fabian8 ,
It definitely sounds like you are looking for either the fulfillments/create or fulfillments/update webhooks, which should include tracking URL and service information.
You can check the list of fields for each of the topics in our REST Webhook documentation, but we don't recommend relying on webhooks alone so I'd also recommend you check out whichever section of the Fulfillment apps guide best fits your use case too.
Cheers
JamesG | API Support @ 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 Shopify.dev or the Shopify Web Design and Development Blog