--- title: Webhook subscriptions now support filters - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/webhook-subscriptions-now-support-filters md: https://shopify.dev/changelog/webhook-subscriptions-now-support-filters.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 24, 2024 Tags: * Admin GraphQL API * 2024-07 # Webhook subscriptions now support filters As of 2024-07, when creating, updating or querying a webhook subscription you can now include a filter parameter. This parameter, which is specified using [Shopify Search Syntax](https://shopify.dev/docs/api/usage/search-syntax), allows you to specify conditions as to when webhooks should be emitted for a subscription. Learn more about [webhook filters on Shopify.dev](https://shopify.dev/docs/apps/build/webhooks/customize/filters).