A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi everyone, I am developing an app adding a checkout form to LP hosted outside Shopify.
The form includes whole items required for the order and consumers move to the order completion page when they click the checkout button on the form.
I cannot implement this system with the Storefront API but can do it with Payment API.
It tokenizes credit card numbers with Spreedly, the token and the other items are passed to my server and it performs whole order processes with Shopify Admin APIs.
Cloud you tell me whether it includes any violation of the term or not and if you have any better methods for that.