Anchor to WebhookHttpEndpointWebhook
objectWebhook Http Endpoint
An HTTPS endpoint that receives webhook events as POST requests, letting your app respond to Shopify events in real-time. This is the most common webhook endpoint type, allowing apps to process Shopify events through standard HTTP callbacks.
For example, when setting up order notifications, your app would provide an HTTPS URL like to receive order creation events as JSON payloads.
HTTP endpoints offer straightforward webhook integration with immediate event delivery, making them suitable for apps that need real-time notifications without complex infrastructure requirements.
Learn more about HTTP webhook configuration.
Anchor to FieldsFields
- Anchor to callbackUrlcallback•URL!
Url non-null The URL to which the webhooks events are sent.
Was this section helpful?