I want to have my own custom checkout page.
When the customer add items to cart, and then confirms checkout then it asks for shipment info, I just want few fields. I don’t need any payment integration for now as its in-person.
So, now on checkout when they hit submit I want to collect the ordered items from cart and get them published inside Stores/Orders collection and get them displayed on Orders tab for analytics purpose. After doing so, I want user to navigate to other page.
Please help me out to achieve all this process and which velo api should I go for?