Hi,
It is possible to collect data from a custom form and send to Shopify to process the order as cash on delivery order?
I want to replicate the behaviour of some extensions (like Releasit) that allow to create custom forms embedded in the product page, where you fill the form and the data is processed and the order is created without going through the checkout page
I only need to send the data with the COD payment method only, I don’t need any card information I am going to collect the shipping info and the order info.
I would like to know how these extensions can do this custom COD checkout without send the client to checkout page.
I know there is an API called “checkout rest API” but I haven’t been able to find a good example showing how to use.
Las thing, if this process is possible, I have to create an extension ir order to process this custom checkout or I can do this process from the frontend (custom liquid code) fetching and API ?
Thanks a lot !