Shopify model missing webhooks

Hi there, I'm trying to understand how Shopify models are configured to use webhooks. The issue is I have a shopifyOrder model, yet there are no webhooks registered whatsoever. When I look at the Settings > Plugins > Shopify area, I cannot find any option to view in the individual models to enable webhooks. Nor am I seeing an obvious place to enable create, update, delete topics for Shopify related models in their schema. Where can we instruct Gadget to go ahead and create a topic for a corresponding Shopify model? The documentation doesn't seem to cover this: https://docs.gadget.dev/guides/plugins/shopify/shopify-webhooks#registering-shopify-webhooks
2 Replies
Dylan
DylanOP2mo ago
Ah found it I think. You have to explictly enabled them in the development environment
Smelvin
Smelvin2mo ago
Gadget automatically registers the webhooks. By chance did you add the shopifyOrder model to your app after you had already connected to your dev-store?

Did you find this page helpful?