Skip to main content
Anchor to WebhookSubscriptionConnection

WebhookSubscriptionConnection

connection

An auto-generated type for paginating through multiple WebhookSubscriptions.

Anchor to Queries with this connectionQueries with this connection

•query

Retrieves a paginated list of webhook subscriptions created using the API for the current app and shop.


Note

Returns only shop-scoped subscriptions, not app-scoped subscriptions configured in TOML files.


Subscription details include event topics, endpoint URIs, filtering rules, field inclusion settings, and metafield namespace permissions. Results support cursor-based pagination that you can filter by topic, format, or custom search criteria.

Building an app? If you only use app-specific webhooks, you won't need this. App-specific webhook subscriptions specified in your shopify.app.toml may be easier. They are automatically kept up to date by Shopify & require less maintenance. Please read About managing webhook subscriptions.


Was this section helpful?

•[WebhookSubscriptionEdge!]!
non-null

The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

•[WebhookSubscription!]!
non-null

A list of nodes that are contained in WebhookSubscriptionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

•PageInfo!
non-null

An object that’s used to retrieve cursor information about the current page.


Was this section helpful?