Webhooks for Pages

Hi,

is there a reason why Page doesn’t have its own webhooks for create/update/delete like Product does?

Hi Zirkelc,

We don’t currently have a webhook for this action - but I can raise this as a feature request. I don’t believe there is any specific reason, although it would be considered more important to have webhooks for resources like products than for pages. What would be your use-case for this?

Hi @Liam-Shopify

yes, that would be great if you could open a feature request!

I index the content of resources like products and pages in order to efficiently search and retrieve the data. That means I have keep the data in sync with Shopify’s. Products have a delete webhook, which makes this easy, but pages it’s quite cumbersome.

In order to check if a Page still exists, I have to loop over all my indexed pages and check each Page with a GraphQL to see if it still available. If not, delete it on my side.