-
Notifications
You must be signed in to change notification settings - Fork 721
Open
Description
Hey,
I'm trying to set up Webhooks, following the documentation:
https://github.com/Shopify/shopify_app/blob/main/docs/shopify_app/webhooks.md#consuming-app-specific-webhooks-events
It seems that the recommended approach is to update shopify.app.toml and then run:
rails g shopify_app:add_declarative_webhook --topic carts/update --path webhooks/carts_updateFor any Webhook to subscribe to, which according to the documentation should set up a controller and a job.
When I run a test Webhook via the CLI, I get this error though:
ShopifyAPI::Errors::NoWebhookHandler (No webhook handler found for topic: carts/update.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels