Hi everyone,
I am developing an online store using React and a headless approach, where I handle the cart and checkout flow myself. However, I’m encountering an issue with Shopify’s workflow: it seems that I cannot generate an order in the Shopify Admin panel without a checkout URL.
I do not want to use a checkout URL because the payments are processed by a third-party service, and I only need to complete the order without payment to have it appear in Shopify’s Admin panel for further processing by the third party.
Has anyone faced this issue while working with headless Shopify? Is there a way to create an order directly in the Shopify Admin panel without needing a checkout URL or bypass the standard checkout process? Any advice or suggestions would be greatly appreciated!
Thanks in advance!