Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hey,
I have a custom made service, developed by me, that received Shopify fulfillment_update event webhook.
I saw that the webhook payload doesn't include the fulfillment/order shipping type.
Somebody knows how can i get this data?
I attached a photo, in the photo you can see the shipping type data that i want to get in the webhook payload.
thanks!!
Solved! Go to the solution
This is an accepted solution.
Hi @idanhertz29
You will want to gather that data from the order/create /update webhooks. Otherwise, you can do an API call for more information on the order.
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi @idanhertz29
You will want to gather that data from the order/create /update webhooks. Otherwise, you can do an API call for more information on the order.
To learn more visit the Shopify Help Center or the Community Blog.