list_webhooks
List Shopify webhook subscriptions to audit existing automation hooks. Shows topic, delivery endpoint, format, and filters per subscription.
Instructions
List webhook subscriptions on the store. Each subscription wires a Shopify event topic (ORDERS_CREATE, PRODUCTS_UPDATE, INVENTORY_LEVELS_UPDATE, etc.) to a delivery target — typically an HTTPS callback URL, but Pub/Sub and EventBridge are also supported. Returns each subscription's topic, delivery format (JSON/XML), endpoint, API version, and any field/metafield filters applied. Filter by topic to scope the result. Use this to audit existing automation hooks before creating new ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | ||
| topics | No | Filter by WebhookSubscriptionTopic values, e.g. ['ORDERS_CREATE', 'PRODUCTS_UPDATE']. Use uppercase underscore form. | |
| after | No |