UNPKG

hook-engine

Version:

Production-grade webhook engine with comprehensive adapter support, security, reliability, structured logging, and CLI tools.

9 lines (8 loc) 285 B
import type { WebhookAdapter } from "../types/adapter"; /** * Shopify webhook adapter * Supports: orders, products, customers, inventory, app events, and more * Documentation: https://shopify.dev/docs/apps/webhooks */ declare const shopify: WebhookAdapter; export default shopify;