Feature request: API webhook for store updates

I would like to see a new webhook for the Store object.
This way we can update our own system e.g. for when a customer updates their store address
Tags:
I would like to see a new webhook for the Store object.
This way we can update our own system e.g. for when a customer updates their store address
1 comment
Hi @Larsvv,
Thank you for contacting us.
Since a store address isn't changing every week or every month and is most cases not every year, building a webhook for this is not efficient. In that case you could build a check(e.g. 1 x per 6 months) on your end to check if the store address is changed with the ShopCompany endpoint and compare this data with the one in your DB.
I hope this helps.