--- title: WebhookSubscriptionEndpoint - GraphQL Admin description: An endpoint to which webhook subscriptions send webhooks events. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/WebhookSubscriptionEndpoint md: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/WebhookSubscriptionEndpoint.md --- # Webhook​Subscription​Endpoint union An endpoint to which webhook subscriptions send webhooks events. ## Fields with this union * [Webhook​Subscription.endpoint](https://shopify.dev/docs/api/admin-graphql/latest/objects/WebhookSubscription#field-WebhookSubscription.fields.endpoint) OBJECT Deprecated *** ```graphql union WebhookSubscriptionEndpoint = WebhookEventBridgeEndpoint | WebhookHttpEndpoint | WebhookPubSubEndpoint ```