Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi there,
We are allocating customers a discount as part of a third party program using a "benefit-of-the-doubt" approach - that is, we always add the discount code to our customers cart when they first land at the store. However, we have a need to restrict who can use this discount code based on criteria like name, email, shipping etc. that we would like to evaluate externally.
Is there a webhook we can subscribe to that will alert us during an active checkout when a customer adds their personal information (but prior to payment confirmation)?
I am aware of the `checkouts/create` and `checkouts/update` webhooks, but it appears that these are exclusively for apps that are "sales channels", which our app is not. Is this a route worth considering?