Automation > Webhooks
Commerce APIAutomationWebhooks

Webhooks

Webhooks allow you to respond to specific shop events using external services. By configuring webhooks, you can automate workflows, enhance your store's functionality, and integrate third-party applications effectively.

Endpoints

EndpointDescriptionJSON API
webhooksGet webhook endpointsGET:webhooks.json
webhooksCrcManually perform CRCPOST:webhooks/crc.json
webhooksCreateCreate webhook endpointsPOST:webhooks.json
webhooksDeleteDelete webhook endpointsDELETE:webhooks.json
webhooksEventsGet webhook eventsGET:webhooks/events.json
webhooksEventsPageGet webhook events pageGET:webhooks/events/page.json
webhooksModifyModify webhook endpointsPOST:webhooks.json
webhooksStatusPageGet webhook event statuses pageGET:webhooks/status/page.json

Types

Types
Webhook
WebhookCreate
WebhookEvent
WebhookEventPage
WebhookEventStatusPage
WebhookModify