---
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'
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-06-10T14:18:48-04:00'
  postedAt: '2024-06-24T08:00:00-04:00'
  updatedAt: '2024-06-25T07:33:37-04:00'
  effectiveAt: '2024-06-24T08:00:00-04:00'
---

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).
