Shopify allows you to filter the events that trigger a webhook for your application. There's two ways to filter webhooks in Shopify:
- limit which records are delivered to your app, which you can do with a webhook filter
- limit which fields of each record are delivered to your app, which you can do with an includeFields list
Both of these strategies can be used individually or together to limit the number of webhook Shopify sends to your app, and lower your total Gadget compute time.