I'm looking to poll for order data and then store selected data in a model, rather than listen to webhooks. However, if an order is cancelled, I'd lke to process that webhook.
When I select order_write as the scopes inside Gadget, it automatically registers all orders/ webhooks.
Can I selectively only subscribe to orders/cancelled?