Hi there,
The title is quiet clear, after discussing it with the Shopify customer support I got an alternative (as the initial idea is not possible), which is to create a new step on the cart to ask the checkout inputs and verify them with my software (an autocompletion feature that uses API REST to check if the email and phone number provided are valide).
I was wondering what technical endpoints should I use to create a public application that get such inputs and automatically send them to the checkout page (no need to make the visitor logged in), as we could do with the Storefront API.
Here is the docs I found :
- https://shopify.dev/docs/apps/channels/cart-permalinks/cart-permalinks?utm_source=gurucopy&utm_medium=link&utm_campaign=Gurus#scenario
- https://shopify.dev/docs/custom-storefronts/building-with-the-storefront-api/checkout/create?utm_source=gurucopy&utm_medium=link&utm_campaign=Gurus
Thus my question would be, what are the best practices for such a use case with a Shopify Public App.
Regards,
isk