Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Confirm structure of json data received from webhook configured for product update event

Solved

Confirm structure of json data received from webhook configured for product update event

harshada
New Member
6 0 0

I am working on shopify integration using webhook. I have configure webhook from shopify admin. I have configured "product update" event with URL as below

1.https://01a41e369ff0.ngrok.io/XXXXXXXXX/ShopifyTest.do

For URL 1 : This is working fine

for product update event i am receiving below json format of data for trial store through webhook request: jsontestingformat.png 

i want to confirm that is it the definite structure for data received through webhook request when webhook is configured for product update event

Accepted Solution (1)

Jayvin
Shopify Partner
284 42 89

This is an accepted solution.

Hi,

Yes that's what you usually get on product.create and product.updated webhook.

banned

View solution in original post

Replies 2 (2)

Jayvin
Shopify Partner
284 42 89

This is an accepted solution.

Hi,

Yes that's what you usually get on product.create and product.updated webhook.

banned
harshada
New Member
6 0 0

Thank you for the confirmation