Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We automatically subscribe to Checkout/create, Checkout/update and Checkout/delete web hook topics through web-hook subscription api provided by Shopify. We aren't able to subscribe to these web-hooks without having checkout_read access scope and since our app isn't intended to be a sales channel app, our app is getting rejected from being published. Can someone please help us out as to how can we subscribe to the above mentioned checkout related web-hooks without getting permission for checkout access scope.