Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I am using Shopify graphql to complete the checkout flow. We are not using Shopify for payment integration. I have to create checkout, then do the payment integration using third party payment gateways. Once the payment gets completed, i have to create the order based on the checkout.
But when I go through the documentation, I haven't seen any graphql query to create an order without payment. But I don't need Shopify payment to complete the transaction. Can you please suggest how can I do that?
Is there a way I can transfer a checkout to order without payment?