shopify_create_webhook_subscription
Create a Shopify webhook subscription to push order or product events to an HTTPS endpoint, enabling real-time sync back to your platform.
Instructions
Subscribe to a Shopify webhook topic (e.g. ORDERS_CREATE) delivered to an HTTPS callback URL. Use to sync order/product events back to the platform.
Args:
topic (required): Webhook topic (e.g. ORDERS_CREATE, PRODUCTS_UPDATE).
callback_url (required): HTTPS endpoint that receives the webhook payloads.
format: Delivery format: JSON or XML (default JSON).
project_id: Authenticated Project UUID.
project_ref: Exact project correlation reference.
connector_account_ref: Project-bound connector account alias.
idempotency_key: Stable business-action identity.
effect: Claimed read or write effect; Spring verifies it.
approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | ||
| effect | No | ||
| format | No | JSON | |
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| callback_url | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |