Hi, We are listening to orders webhooks for our functionality, but for that we have taken acess scope of read_orders, it this scope come with last 60 days order read as well, but we don’t need that, we only want new orders data via our webhook. And this is a concern for us because for our partner stores who want to use our app, they don’t want to share old orders.
How this can be done that i can get webhook access but not any access on past data.