stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > WebhookSubscriptionEndpoint

AdminTypes.WebhookSubscriptionEndpoint type

An endpoint to which webhook subscriptions send webhooks events.

Signature:

export type WebhookSubscriptionEndpoint = WebhookEventBridgeEndpoint | WebhookHttpEndpoint | WebhookPubSubEndpoint;

References: WebhookEventBridgeEndpoint, WebhookHttpEndpoint, WebhookPubSubEndpoint