Detect Order's shipping type with a shopify webhooks

Solved

Detect Order's shipping type with a shopify webhooks

idanhertz29
New Member
6 0 0

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.

 

Screen Shot 2019-11-24 at 16.33.29.pngthanks!!

Accepted Solution (1)

vix
Shopify Staff
541 103 122

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.

View solution in original post

Reply 1 (1)

vix
Shopify Staff
541 103 122

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.