Filter webhook events with data filters
Webhooks created through the GraphQL Admin API now support data filters, so you can subscribe to a scope and receive only the events you care about based on values in the event payload’s data field.
- Send only matching events — set
deliverytoINto deliver only events whose field matches your values. - Suppress matching events — set
deliverytoNOT_INto deliver everything except matching events. - Metafield namespace support — filtering is available on a metafield’s
namespacefield; additional fields are available in beta.
For details, see Webhooks Overview.