Development discussions around Shopify APIs
Is there a way to view what changes took place in a webhook (order, product, draft_order) when it gets to delivered to an app subscribed to changes?
For example, if a merchant changes the name of a product can the webhook show that the edit only affected the name and not the other properties like the media, quantity in stock etc.
Before I built a homebrew solution I'd love to know if there's a way to access this information in webhook payloads!
Solved! Go to the solution
This is an accepted solution.
Nope, a webhook is not going to tell you what changed. The best way is to compare with the current state you hold with the inbound state.
For specific type of change, consider the Events API https://shopify.dev/api/admin-rest/2021-10/resources/event. This can be helpful when you want to take some action, for example when a product is published or unpublished (I recognise that you can do the same with the product/update topic by monitoring a specific key in the payload).
Hope this helps
This is an accepted solution.
Nope, a webhook is not going to tell you what changed. The best way is to compare with the current state you hold with the inbound state.
For specific type of change, consider the Events API https://shopify.dev/api/admin-rest/2021-10/resources/event. This can be helpful when you want to take some action, for example when a product is published or unpublished (I recognise that you can do the same with the product/update topic by monitoring a specific key in the payload).
Hope this helps
User | RANK |
---|---|
12 | |
6 | |
5 | |
5 | |
5 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022