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 have been to Shopify webhooks page, but there was no collect/create or collect/destroy there yet.
Is there a reliable webhook that notifies if a collect is created or destroyed?
Even if just creation of custom collection collect?
Just need to be notified when a Collect from a custom collection is created somehow.
Any help or pointer will be appreciated!
There are no webhooks on collects as you don't create a collect directly. It is created automatically as a link between a custom collection -> product or smart collection -> product. So you should be subscribing to collections/* events.