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
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:
i want to confirm that is it the definite structure for data received through webhook request when webhook is configured for product update event
Solved! Go to the solution
This is an accepted solution.
Hi,
Yes that's what you usually get on product.create and product.updated webhook.
This is an accepted solution.
Hi,
Yes that's what you usually get on product.create and product.updated webhook.
Thank you for the confirmation