Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I want to call external API to verify user entered email is registered with external website or not.
Based on the external API response, display the message to user in checkout page.
Hey Zafar, Welcome to the Shopify Community Forums.
Accomplishing such a checkout customization will require to add custom JavaScript code to the `checkout.liquid` file which is only available to Shopify Plus customers. Do you have a Shopify Plus store?
Next question, do you want to disable the next checkout steps if an email is not registered?
the 'checkout.liquid' file is not support in checkout extensibility now, and I have same question