Home > @infiniteobjects/shopify-data-manager > AdminTypes > WebhookSubscriptionEndpoint
An endpoint to which webhook subscriptions send webhooks events.
Signature:
export type WebhookSubscriptionEndpoint = WebhookEventBridgeEndpoint | WebhookHttpEndpoint | WebhookPubSubEndpoint;
References: WebhookEventBridgeEndpoint, WebhookHttpEndpoint, WebhookPubSubEndpoint